projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c77528
)
Fix included headers.
author
Ben Pfaff
<blp@nicira.com>
Thu, 4 Sep 2008 18:12:01 +0000
(11:12 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 4 Sep 2008 20:53:26 +0000
(13:53 -0700)
Enables partner builds.
include/socket-util.h
patch
|
blob
|
history
diff --git
a/include/socket-util.h
b/include/socket-util.h
index 3f6289aa0fe0e624b7dc42ee3f1e39d2942111b8..fec4565cfb6e7d8bf68493c57cc40039156ec9b7 100644
(file)
--- a/
include/socket-util.h
+++ b/
include/socket-util.h
@@
-34,9
+34,9
@@
#ifndef SOCKET_UTIL_H
#define SOCKET_UTIL_H 1
+#include <sys/types.h>
#include <netinet/in.h>
#include <stdbool.h>
-#include <sys/socket.h>
int set_nonblocking(int fd);
int lookup_ip(const char *host_name, struct in_addr *address);