Author: cwittich
Date: Wed Feb 27 17:14:16 2008
New Revision: 32510
URL:
http://svn.reactos.org/svn/reactos?rev=32510&view=rev
Log:
fix msvc build
Modified:
trunk/reactos/base/applications/charmap/precomp.h
Modified: trunk/reactos/base/applications/charmap/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/charmap/…
==============================================================================
--- trunk/reactos/base/applications/charmap/precomp.h (original)
+++ trunk/reactos/base/applications/charmap/precomp.h Wed Feb 27 17:14:16 2008
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <commctrl.h>
#include "resource.h"
+#include <stdlib.h>
#define XCELLS 20
#define YCELLS 10