comparison src/xterm.c @ 15292:558d7f9e06ef

[SOLARIS2]: Include string.h.
author Karl Heuer <kwzh@gnu.org>
date Sat, 25 May 1996 23:37:13 +0000
parents aa5b4cd52df8
children 73d3ebc6aecd
comparison
equal deleted inserted replaced
15291:22f9530a700e 15292:558d7f9e06ef
110 #endif 110 #endif
111 111
112 #ifdef HAVE_SETLOCALE 112 #ifdef HAVE_SETLOCALE
113 /* So we can do setlocale. */ 113 /* So we can do setlocale. */
114 #include <locale.h> 114 #include <locale.h>
115 #endif
116
117 #ifdef SOLARIS2
118 /* memmove will be defined as a macro in Xfuncs.h unless
119 <string.h> is included beforehand. The declaration for memmove in
120 <string.h> will cause a syntax error when Xfuncs.h later includes it. */
121 #include <string.h>
115 #endif 122 #endif
116 123
117 #ifdef SOLARIS2 124 #ifdef SOLARIS2
118 #define X_CONNECTION_LOCK_FLAG XlibDisplayWriting 125 #define X_CONNECTION_LOCK_FLAG XlibDisplayWriting
119 #endif 126 #endif