From: Francis Dupont Date: Sat, 23 Jan 2010 08:49:32 +0000 (+0000) Subject: _GNU_SOURCE fixes X-Git-Tag: v4_2_0b1~3^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1f31a0065f37300ca96f57009dabc0358fbdb65;p=thirdparty%2Fdhcp.git _GNU_SOURCE fixes --- diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c index 36c9883bb..af997ac70 100644 --- a/dhcpctl/omshell.c +++ b/dhcpctl/omshell.c @@ -32,6 +32,8 @@ * ``http://www.nominum.com''. */ +#include "config.h" + #include #include #include diff --git a/omapip/test.c b/omapip/test.c index af8c0dd19..34017e09e 100644 --- a/omapip/test.c +++ b/omapip/test.c @@ -32,6 +32,8 @@ * ``http://www.nominum.com''. */ +#include "config.h" + #include #include #include diff --git a/server/mdb6.c b/server/mdb6.c index 567f4ab5f..31a8dfcc4 100644 --- a/server/mdb6.c +++ b/server/mdb6.c @@ -17,6 +17,8 @@ /* TODO: assert() */ /* TODO: simplify functions, as pool is now in iaaddr */ +#include "config.h" + #include #include #include