Don't appear to need sys/param.h for pstat_getproc() on HP-UX even

though the man page lists it.
This commit is contained in:
Todd C. Miller
2015-01-14 10:58:32 -07:00
parent 6bd40c622b
commit 19a8a69a92

View File

@@ -33,7 +33,6 @@
#include <fcntl.h>
#include <limits.h>
#ifdef HAVE_PSTAT_GETPROC
# include <sys/param.h>
# include <sys/pstat.h>
#else
# ifdef HAVE_DIRENT_H