mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:02:05 -04:00
<sys/errno.h> -> <errno.h>
This commit is contained in:
parent
15fdec98df
commit
cb761bbd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue