summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib/lwlib-utils.c')
-rw-r--r--lwlib/lwlib-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index 30f4f94f376..7c9a56d2aeb 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -1,4 +1,5 @@
/* Defines some widget utility functions.
+
Copyright (C) 1992 Lucid, Inc.
Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc.
@@ -31,7 +32,7 @@ Boston, MA 02110-1301, USA. */
#undef rindex
#include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
#include <X11/Xatom.h>
#include <X11/IntrinsicP.h>
@@ -173,4 +174,3 @@ XtSafelyDestroyWidget (Widget widget)
abort ();
#endif
}
-