From d1f31a0065f37300ca96f57009dabc0358fbdb65 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 23 Jan 2010 08:49:32 +0000 Subject: [PATCH] _GNU_SOURCE fixes --- dhcpctl/omshell.c | 2 ++ omapip/test.c | 2 ++ server/mdb6.c | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.47.2