More consistently include config.h

This commit is contained in:
TingPing
2014-12-15 22:57:27 -05:00
parent 76c2cfebc3
commit aeb5d15871
22 changed files with 33 additions and 16 deletions

View File

@@ -18,6 +18,8 @@
/* ipv4 and ipv6 networking functions with a common interface */
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -26,7 +28,6 @@
#ifndef WIN32
#include <unistd.h>
#endif
#include "../../config.h"
#define WANTSOCKET
#define WANTARPA