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

added include of netinet/in.h

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

View File

@@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include "sudo.h"
#ifndef STDC_HEADERS