Skip to content

Commit

Permalink
Added Includes <sys/time.h>, <sys/signal.h>, <sys/wait.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
fmgdias committed Apr 12, 2012
1 parent efd4f97 commit e9411e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benchmark/pi.c
@@ -1,8 +1,8 @@
/*
To run this:
$ gcc pi.c
./a.out
$ gcc pi.c -pthread -o pi
./pi
*/

Expand All @@ -14,6 +14,8 @@ To run this:
#include <assert.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/signal.h>
#include <sys/wait.h>

#define kPI 5e7

Expand Down

0 comments on commit e9411e5

Please sign in to comment.