This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix compile warning in regards to inet_aton implicit declaration
ahc_fix_select
tedbullock
17 years ago
parent
2923d314ca
commit
f4ee42c9b6
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save