diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 14:13:56 +0100 |
commit | 73c843c1186c74e897022a3edb88d0d4f0ff27dc (patch) | |
tree | 812d0d4403568317b2c66d02debdc538ce7a1304 /main.c | |
parent | fe30b6f9644aefe93b17f8562ff2368aab9c982d (diff) |
clean up / fix #include
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,7 @@ * limitations under the License. */ +#define _BSD_SOURCE #define _GNU_SOURCE #define _XOPEN_SOURCE 700 #include <sys/types.h> @@ -27,7 +28,6 @@ #include <errno.h> #include <netdb.h> #include <signal.h> -#include <unistd.h> #include <libubox/usock.h> |