Browse Source

Fix minor oops (removed #include<sys/time.h> erroneously)

ahc_fix_select
tedbullock 17 years ago
parent
commit
658e4d646f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      httperf/src/timer.c

+ 1
- 0
httperf/src/timer.c View File

@@ -36,6 +36,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>

#include <generic_types.h>
#include <httperf.h>


Loading…
Cancel
Save