]> diplodocus.org Git - nmh/commitdiff
Sigh, I always forget this is errno.h, not sys/errno.h.
authorKen Hornstein <kenh@pobox.com>
Fri, 6 Dec 2013 03:48:04 +0000 (22:48 -0500)
committerKen Hornstein <kenh@pobox.com>
Fri, 6 Dec 2013 03:48:04 +0000 (22:48 -0500)
test/getfqdn.c

index b081e50c7138956497fac5c94b922539f46cc6d5..2fee4852052caff129d32a33735e2f8b841593bf 100644 (file)
@@ -13,7 +13,7 @@
 #include <limits.h>  /* for _POSIX_HOST_NAME_MAX */
 #include <string.h>  /* for memset */
 #include <stdio.h>
 #include <limits.h>  /* for _POSIX_HOST_NAME_MAX */
 #include <string.h>  /* for memset */
 #include <stdio.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 
 int
 
 
 int