diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-05-13 15:46:49 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-05-13 15:46:49 +0000 |
commit | d75dd36508169412b88e25276a841db3b940d061 (patch) | |
tree | b4f79c9e045aef7cdf147861c62b8882b1287000 /otherlibs/unix/gethost.c | |
parent | 31b160fdfa029eded4d95eac8436d1a04c59fb0c (diff) |
Pour adaptation au compacteur: les I/O passent par un buffer
supplementaire hors du tas; suppression de unix_freeze_buffer
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1541 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix/gethost.c')
-rw-r--r-- | otherlibs/unix/gethost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/unix/gethost.c b/otherlibs/unix/gethost.c index 3f9983da6..b9bc5805a 100644 --- a/otherlibs/unix/gethost.c +++ b/otherlibs/unix/gethost.c @@ -15,6 +15,7 @@ #include <alloc.h> #include <memory.h> #include <fail.h> +#include <signals.h> #include "unixsupport.h" #ifdef HAS_SOCKETS |