]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Changes according to Herold Heiko's instructions how to make alloca()
[wget] / src / mswindows.h
index 03ab6cd23f8c6c84c7ce608ca9c241b3899e00d6..3c2d10a64d1bfb3443b4056d1dbaa3528d1af8e6 100644 (file)
@@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef MSWINDOWS_H
 #define MSWINDOWS_H
 
+/* Apparently needed for alloca(). */
+#include <malloc.h>
+
 #ifndef S_ISDIR
 # define S_ISDIR(m) (((m) & (_S_IFMT)) == (_S_IFDIR))
 #endif