diff options
Diffstat (limited to 'otherlibs/unix/getpw.c')
-rw-r--r-- | otherlibs/unix/getpw.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/unix/getpw.c b/otherlibs/unix/getpw.c index 0061ca803..82fb4d8fd 100644 --- a/otherlibs/unix/getpw.c +++ b/otherlibs/unix/getpw.c @@ -11,10 +11,10 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <alloc.h> -#include <memory.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> +#include <caml/memory.h> +#include <caml/fail.h> #include "unixsupport.h" #include <pwd.h> |