summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2007-05-19 20:36:58 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2007-05-19 20:36:58 +0000
commit24c2c1cd4aa13027877e004abe0a8f37c78342fb (patch)
treec006e34843c82d07378e887ff04293c08b821002
parent7c2b7b656efd631ba3ee613a9469a36e2f5f6c93 (diff)
downloadbtpd-24c2c1cd4aa13027877e004abe0a8f37c78342fb.tar.gz
btpd-24c2c1cd4aa13027877e004abe0a8f37c78342fb.zip
#include order.
-rw-r--r--btpd/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/opts.c b/btpd/opts.c
index acaf034..1893e2c 100644
--- a/btpd/opts.c
+++ b/btpd/opts.c
@@ -1,5 +1,5 @@
-#include <netinet/in.h>
 #include <btpd.h>
+#include <netinet/in.h>
 
 const char *btpd_dir;
 #ifdef DEBUG