diff options
Diffstat (limited to 'omapip/buffer.c')
-rw-r--r-- | omapip/buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/omapip/buffer.c b/omapip/buffer.c index 6b751eff..ccd183ea 100644 --- a/omapip/buffer.c +++ b/omapip/buffer.c @@ -32,7 +32,10 @@ * ``http://www.nominum.com''. */ +#include "dhcpd.h" + #include <omapip/omapip_p.h> +#include <errno.h> #if defined (TRACING) static void trace_connection_input_input (trace_type_t *, unsigned, char *); |