Skip to content

Commit

Permalink
More Windows fixes: include malloc.h for alloca() support.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 30, 2008
1 parent 284bfef commit 599b3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finderrors.c
Expand Up @@ -23,6 +23,7 @@
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#include <malloc.h> // for alloca().
#define snprintf _snprintf
#else
#include <dirent.h>
Expand Down

0 comments on commit 599b3b8

Please sign in to comment.