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

needed sys/types.h for dirent.h

This commit is contained in:
William King
1999-07-27 22:25:12 +00:00
parent b2e6071406
commit 1e2bfb4ebb

View File

@@ -18,6 +18,7 @@
#include <config.h>
#include <ctype.h>
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <limits.h>