diff options
Diffstat (limited to 'otherlibs/unix/execv.c')
-rw-r--r-- | otherlibs/unix/execv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/execv.c b/otherlibs/unix/execv.c index 7df864208..755b2406e 100644 --- a/otherlibs/unix/execv.c +++ b/otherlibs/unix/execv.c @@ -13,7 +13,7 @@ #include <mlvalues.h> #include <memory.h> -#include "unix.h" +#include "unixsupport.h" extern char ** cstringvect(); |