diff packages/net/common/current/src/dhcp_prot.c @ 235:f9db7cb0692e

Pedantic include of <errno.h>
author gthomas
date Wed, 10 Jul 2002 15:26:27 +0000
parents ff3465255c3a
children d364b93024e5
line wrap: on
line diff
--- a/packages/net/common/current/src/dhcp_prot.c
+++ b/packages/net/common/current/src/dhcp_prot.c
@@ -38,6 +38,7 @@
 
 #include <network.h>
 #include <dhcp.h>
+#include <errno.h>
 
 #include <cyg/infra/cyg_ass.h>