diff options
Diffstat (limited to 'otherlibs/unix/getnameinfo.c')
-rw-r--r-- | otherlibs/unix/getnameinfo.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/otherlibs/unix/getnameinfo.c b/otherlibs/unix/getnameinfo.c index d7dddb3fe..d4663957b 100644 --- a/otherlibs/unix/getnameinfo.c +++ b/otherlibs/unix/getnameinfo.c @@ -12,11 +12,11 @@ /***********************************************************************/ #include <string.h> -#include <mlvalues.h> -#include <alloc.h> -#include <fail.h> -#include <memory.h> -#include <signals.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> +#include <caml/fail.h> +#include <caml/memory.h> +#include <caml/signals.h> #include "unixsupport.h" #if defined(HAS_SOCKETS) && defined(HAS_IPV6) |