Add errno.h to platform_win32.cc
authorBert Belder <bertbelder@gmail.com>
Thu, 25 Nov 2010 00:02:05 +0000 (01:02 +0100)
committerBert Belder <bertbelder@gmail.com>
Mon, 20 Dec 2010 22:50:32 +0000 (23:50 +0100)
src/platform_win32.cc

index af8f7e7..c3831c1 100644 (file)
@@ -2,6 +2,7 @@
 #include "platform.h"
 #include "platform_win32.h"
 
+#include <errno.h> // for MAXPATHLEN
 #include <sys/param.h> // for MAXPATHLEN
 #include <unistd.h> // getpagesize
 #include <windows.h>