]> code.delx.au - gnu-emacs/blobdiff - src/ralloc.c
* xterm.c (XTread_socket): Turn off ControlMask for XLookupString.
[gnu-emacs] / src / ralloc.c
index de6060cfd4fdf0f7f54354614d8e0b0ca50ecf35..47300ef10150b029aa1b9ebec9b478a2d7e747f7 100644 (file)
@@ -36,7 +36,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __STDC__
 typedef void *POINTER;
 #else
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 typedef char *POINTER;
+
 #endif
 
 typedef unsigned long SIZE;