]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on BSD.
authorRoy Marples <roy@marples.name>
Fri, 7 Dec 2012 10:49:36 +0000 (10:49 +0000)
committerRoy Marples <roy@marples.name>
Fri, 7 Dec 2012 10:49:36 +0000 (10:49 +0000)
platform-bsd.c

index 0a23acb3791bdab360f9d21495459562c6223ddd..f63235773d6ae803162c28368a1622b8e2f52179 100644 (file)
@@ -31,6 +31,7 @@
 #include <sys/utsname.h>
 #include <netinet/in.h>
 
+#include <errno.h>
 #include <stdlib.h>
 #include <syslog.h>