Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1214601: Include <string.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
tdz committed Oct 14, 2015
1 parent ac4fdb7 commit c525ee6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions killer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
* $ killer SIGRT2 123
*/

#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <signal.h>
#include <malloc.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

using namespace std;
Expand Down

0 comments on commit c525ee6

Please sign in to comment.