Browse Source

Fix compile warning in regards to inet_aton implicit declaration

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

+ 2
- 0
httperf/src/idleconn.c View File

@@ -32,6 +32,8 @@
02110-1301, USA
*/

#define _BSD_SOURCE

#include <errno.h>
#include <netdb.h>
#include <signal.h>


Loading…
Cancel
Save