summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-02-02 23:24:23 +0000
committerShawn Routhier <sar@isc.org>2010-02-02 23:24:23 +0000
commit69e1c3d3eaf7ecdf8be53bf02aaea26790a879c3 (patch)
treef08fe6f22f46a53d82beb199524ce83ac807c838
parent37d92e8ead3860ae6c240f18cf3a3c383918d614 (diff)
downloadisc-dhcp-69e1c3d3eaf7ecdf8be53bf02aaea26790a879c3.tar.gz
Continuing with 20697 - change from sys/stddef.h to stddef.h
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index dc17c3cb..ce567fe4 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -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>