diff osdep/glob-win.c @ 32675:c70109fc98b2

Add/remove a few standard header #includes in our libc function replacements.
author diego
date Thu, 06 Jan 2011 12:25:33 +0000
parents 0f1b5b68af32
children c7ff1a52e160
line wrap: on
line diff
--- a/osdep/glob-win.c	Thu Jan 06 12:21:48 2011 +0000
+++ b/osdep/glob-win.c	Thu Jan 06 12:25:33 2011 +0000
@@ -18,6 +18,8 @@
 
 #include <sys/types.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 #include "config.h"