Fix build on Solaris 8

System header fun. See bug 610131.
This commit is contained in:
Matthias Clasen
2010-02-21 15:55:10 -05:00
parent de6914a46a
commit 6c1a914d51
2 changed files with 6 additions and 1 deletions

View File

@@ -50,7 +50,12 @@
#endif
#include <sys/resource.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_SYS_PRCTL_H
#include <sys/prctl.h>