2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

<sys/errno.h> -> <errno.h>

This commit is contained in:
Mark Andrews
2012-10-30 09:22:57 +11:00
parent 15fdec98df
commit cb761bbd5f

View 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. */