diff options
Diffstat (limited to 'otherlibs/unix/getpid.c')
-rw-r--r-- | otherlibs/unix/getpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getpid.c b/otherlibs/unix/getpid.c index e54b0777e..6d95c615e 100644 --- a/otherlibs/unix/getpid.c +++ b/otherlibs/unix/getpid.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_getpid() /* ML */ { |