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

added ninclude of netinet/in.h

This commit is contained in:
Todd C. Miller
1994-08-12 01:58:58 +00:00
parent 380be0c4c8
commit 835b10be21
3 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ static char rcsid[] = "$Id$";
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
#include <sys/param.h>
#include <netinet/in.h>
#include "sudo.h"