projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd27954
)
oping.h: #include <sys/types.h> so that `size_t' is defined.
author
Alex Brooks
<a.brooks@acfr.usyd.edu.au>
Tue, 27 Mar 2007 09:11:31 +0000
(11:11 +0200)
committer
Florian Forster
<octo@verplant.org>
Tue, 27 Mar 2007 09:11:31 +0000
(11:11 +0200)
src/oping.h
patch
|
blob
|
history
diff --git
a/src/oping.h
b/src/oping.h
index
061aa5d
..
c013a50
100644
(file)
--- a/
src/oping.h
+++ b/
src/oping.h
@@
-30,6
+30,9
@@
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
+#if HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif