projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5809d
)
test_netdb: add socket.h include
author
Marko Kreen
<markokr@gmail.com>
Tue, 1 Feb 2011 12:35:59 +0000
(14:35 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 1 Feb 2011 12:38:09 +0000
(14:38 +0200)
test/test_netdb.c
patch
|
blob
|
blame
|
history
diff --git
a/test/test_netdb.c
b/test/test_netdb.c
index ce0c0ddfbbe89d12313d43280d2d36067172644a..af5b6795a0bd8cd2c5d895b0330ee5e726dede80 100644
(file)
--- a/
test/test_netdb.c
+++ b/
test/test_netdb.c
@@
-2,6
+2,7
@@
#include <usual/netdb.h>
#include <usual/string.h>
+#include <usual/socket.h>
#include <usual/time.h>
#include "test_common.h"