diff options
Diffstat (limited to 'otherlibs/unix/gettimeofday.c')
-rw-r--r-- | otherlibs/unix/gettimeofday.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/gettimeofday.c b/otherlibs/unix/gettimeofday.c index f67e82bdf..d1fd6cb64 100644 --- a/otherlibs/unix/gettimeofday.c +++ b/otherlibs/unix/gettimeofday.c @@ -1,6 +1,6 @@ #include <mlvalues.h> #include <alloc.h> -#include "unix.h" +#include "unixsupport.h" #ifdef HAS_GETTIMEOFDAY |