2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add include for stddef.h and remove an extra space from dhcrelay.c

This commit is contained in:
Shawn Routhier
2010-02-02 19:58:18 +00:00
parent 3da71461ce
commit 69c1bf48d3
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
#define fd_set cygwin_fd_set
#include <sys/types.h>
#endif
#include <sys/stddef.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>