summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/gethostname.c')
-rw-r--r--otherlibs/unix/gethostname.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/gethostname.c b/otherlibs/unix/gethostname.c
index 77b183cb3..a3aba5748 100644
--- a/otherlibs/unix/gethostname.c
+++ b/otherlibs/unix/gethostname.c
@@ -11,9 +11,9 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
-#include <alloc.h>
-#include <fail.h>
+#include <caml/mlvalues.h>
+#include <caml/alloc.h>
+#include <caml/fail.h>
#ifndef _WIN32
#include <sys/param.h>
#endif