]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Continuing update for 20697 - update sys/stddef.h to stddef.h
authorShawn Routhier <sar@isc.org>
Tue, 2 Feb 2010 23:32:07 +0000 (23:32 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 2 Feb 2010 23:32:07 +0000 (23:32 +0000)
includes/dhcpd.h

index dc17c3cbca26228c1d2470ce1564e9a913be9a14..ce567fe4f2b852ee149c0f647c97c1c68ef50d05 100644 (file)
@@ -47,7 +47,7 @@
 #define fd_set cygwin_fd_set
 #include <sys/types.h>
 #endif
-#include <sys/stddef.h>
+#include <stddef.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <unistd.h>