]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
_GNU_SOURCE fixes
authorFrancis Dupont <fdupont@isc.org>
Sat, 23 Jan 2010 08:49:32 +0000 (08:49 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sat, 23 Jan 2010 08:49:32 +0000 (08:49 +0000)
dhcpctl/omshell.c
omapip/test.c
server/mdb6.c

index 36c9883bb15066427ad20f15ecddefd2d68f5a92..af997ac70eee7d555054851ae1522a8e0ea252ac 100644 (file)
@@ -32,6 +32,8 @@
  * ``http://www.nominum.com''.
  */
 
+#include "config.h"
+
 #include <time.h>
 #include <sys/time.h>
 #include <stdio.h>
index af8c0dd19622772e62427558f2de87bc9a4159d7..34017e09eadfed73efb734204898e6644ef6e005 100644 (file)
@@ -32,6 +32,8 @@
  * ``http://www.nominum.com''.
  */
 
+#include "config.h"
+
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>
index 567f4ab5f93e3837062f8c6a857c3ff10bdeab8a..31a8dfcc44f5339cca50091559d51b6098fbf43f 100644 (file)
@@ -17,6 +17,8 @@
 /* TODO: assert() */
 /* TODO: simplify functions, as pool is now in iaaddr */
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <time.h>
 #include <netinet/in.h>