diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-05-19 20:36:58 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2007-05-19 20:36:58 +0000 |
| commit | 24c2c1cd4aa13027877e004abe0a8f37c78342fb (patch) | |
| tree | c006e34843c82d07378e887ff04293c08b821002 | |
| parent | 7c2b7b656efd631ba3ee613a9469a36e2f5f6c93 (diff) | |
| download | btpd-24c2c1cd4aa13027877e004abe0a8f37c78342fb.tar.gz btpd-24c2c1cd4aa13027877e004abe0a8f37c78342fb.zip | |
#include order.
| -rw-r--r-- | btpd/opts.c | 2 |
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 |