diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-12-10 15:41:24 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-12-10 15:41:24 +0000 |
commit | 14e6bb3885a0f337b4c91890d3288b6cae096eec (patch) | |
tree | 3ae2f36cd5ca1986eddbc54caf715fdac0199162 /otherlibs/unix/nice.c | |
parent | 09064ccb028527a2f72f3a8937db9ee69151ae70 (diff) |
Ajout d'un include (utile pour BSDI???)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1221 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/nice.c')
-rw-r--r-- | otherlibs/unix/nice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/unix/nice.c b/otherlibs/unix/nice.c index 609873aaf..dbd9805db 100644 --- a/otherlibs/unix/nice.c +++ b/otherlibs/unix/nice.c @@ -17,6 +17,7 @@ #ifdef HAS_GETPRIORITY +#include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> |