diff options
Diffstat (limited to 'otherlibs/unix/putenv.c')
-rw-r--r-- | otherlibs/unix/putenv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/unix/putenv.c b/otherlibs/unix/putenv.c index 962fd7902..e403d2966 100644 --- a/otherlibs/unix/putenv.c +++ b/otherlibs/unix/putenv.c @@ -16,6 +16,7 @@ #include <stdlib.h> #include <string.h> +#include <fail.h> #include <memory.h> #include <mlvalues.h> |