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
commit9205dd358450b60056456cb837b44ccf08debff9 (patch)
tree049b494a9cf0ceca8aa1fbc7ed10dffe6c5f7d3b /lwlib/lwlib.c
parent1c626db5b63735b8501d91ea9cd59ee0d70e7770 (diff)
downloademacs-9205dd358450b60056456cb837b44ccf08debff9.tar.gz
*** 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