diff options
Diffstat (limited to 'src/fwriteln.c')
-rw-r--r-- | src/fwriteln.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fwriteln.c b/src/fwriteln.c index 9f54be1..4c1d9fb 100644 --- a/src/fwriteln.c +++ b/src/fwriteln.c @@ -19,6 +19,7 @@ #ifdef __WIN32__ # define snprintf _snprintf +# include <stdlib.h> #endif #include <stdio.h> |