]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
<sys/errno.h> -> <errno.h>
authorMark Andrews <marka@isc.org>
Mon, 29 Oct 2012 22:22:57 +0000 (09:22 +1100)
committerMark Andrews <marka@isc.org>
Mon, 29 Oct 2012 22:22:57 +0000 (09:22 +1100)
bin/tests/fsaccess_test.c

index 020cb4d5078d9c62df96220dbb7580efe125fb1c..c4d963b8af7b65b44c5ac5ae1db8ec5bccebe5a1 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <errno.h>
 
-#include <sys/errno.h>         /* Non-portable. */
 #include <sys/types.h>         /* Non-portable. */
 #include <sys/stat.h>          /* Non-portable. */