summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-30 03:17:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-30 03:17:32 +0000
commit01492d1b7c916d117bce7d634243f2132437f270 (patch)
tree9ee380741008da3893978a0b7de6a13c9822a39d /lwlib/lwlib.c
parentcdee26965a38e6ae869655ee5dd76524586f4c24 (diff)
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r--lwlib/lwlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index f9727b991a5..21ca8987f7b 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -26,9 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <string.h>
#include <stdio.h>
-#include <X11/StringDefs.h>
#include "lwlib-int.h"
#include "lwlib-utils.h"
+#include <X11/StringDefs.h>
#if defined(__GNUC__) && !defined(alloca)
#define alloca __builtin_alloca