blob: a587334612e2ab4da955fcdb51758f2bc28be03d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/ximim.cpp.orig 2003-05-16 16:07:43 UTC
+++ src/ximim.cpp
@@ -15,6 +15,7 @@
# include <alloca.h>
# endif
#endif
+#include <stdlib.h>
static std::map<int,XimIM *> g_ims;
|