2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added unistd.h

This commit is contained in:
Todd C. Miller
1994-08-30 22:30:00 +00:00
parent e5de10d25a
commit b7df10fe28

View File

@@ -41,6 +41,9 @@ static char rcsid[] = "$Id$";
#include "config.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <sys/types.h>
#include <sys/param.h>
#include <netinet/in.h>