diff options
Diffstat (limited to 'otherlibs/win32unix')
-rw-r--r-- | otherlibs/win32unix/unixsupport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unixsupport.c b/otherlibs/win32unix/unixsupport.c index a44b502ce..029301454 100644 --- a/otherlibs/win32unix/unixsupport.c +++ b/otherlibs/win32unix/unixsupport.c @@ -12,6 +12,7 @@ /* $Id$ */ #include <mlvalues.h> +#include <callback.h> #include <alloc.h> #include <memory.h> #include <fail.h> @@ -103,7 +104,7 @@ void unix_error(errcode, cmdname, cmdarg) Field(res, 3) = arg; Pop_roots(); #undef name -#under arg +#undef arg mlraise(res); } |