2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add sys/types.h for FreeBSD 2.1.

This commit is contained in:
Mark Andrews 2001-05-25 07:42:15 +00:00
parent 2ae4dd0dbd
commit 1666a83cab

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.43 2001/05/03 19:06:23 bwelling Exp $ */
/* $Id: os.c,v 1.44 2001/05/25 07:42:15 marka Exp $ */
#include <config.h>
#include <stdarg.h>
#include <sys/types.h> /* dev_t FreeBSD 2.1 */
#include <sys/stat.h>
#include <ctype.h>