projects
/
platform
/
upstream
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f1ce3
)
Group local headers together beyond the system headers and library headers.
author
Wouter Verhelst
<w@uter.be>
Sun, 20 May 2012 10:35:35 +0000
(12:35 +0200)
committer
Wouter Verhelst
<w@uter.be>
Sun, 20 May 2012 10:35:35 +0000
(12:35 +0200)
nbd-server.c
patch
|
blob
|
history
diff --git
a/nbd-server.c
b/nbd-server.c
index 2c0e9bb4673ef1f69135915335a057cd4e658cdd..a8f4f401a9f536f91b2ee34ca54409bca9b3dedb 100644
(file)
--- a/
nbd-server.c
+++ b/
nbd-server.c
@@
-77,7
+77,6
@@
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <netdb.h>
-#include "netdb-compat.h"
#include <syslog.h>
#include <unistd.h>
#include <stdbool.h>
@@
-102,6
+101,7
@@
/* used in cliserv.h, so must come first */
#define MY_NAME "nbd_server"
#include "cliserv.h"
+#include "netdb-compat.h"
#ifdef WITH_SDP
#include <sdp_inet.h>