Browse Source

Fix minor oops (removed #include<string.h> erroneously)

ahc_fix_select
tedbullock 17 years ago
parent
commit
dda988d887
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      httperf/src/conn.c
  2. +1
    -0
      httperf/src/core.c

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

@@ -37,6 +37,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <generic_types.h>
#include <object.h>


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

@@ -42,6 +42,7 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include <sys/ioctl.h>


Loading…
Cancel
Save