diff options
| author | Paul Eggert | 1999-10-19 07:21:16 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-10-19 07:21:16 +0000 |
| commit | 0f0912e6442b71ed549b625bfc694581787da97e (patch) | |
| tree | ea3f2e3c59e399ee3659ce7524c63c20a63800ba /lwlib/dispatch.c | |
| parent | ef83dfaf7da4dd955609358a7568399b09ead40f (diff) | |
| download | emacs-0f0912e6442b71ed549b625bfc694581787da97e.tar.gz emacs-0f0912e6442b71ed549b625bfc694581787da97e.zip | |
Add support for large files, plus some locale improvements.
* dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
xrdb-cpp.c, xrdb.c:
Include <config.h> before any system include files.
* lwlib-Xm.c, lwlib.c:
Do not include <stdlib.h> or <string.h>, as <config.h> does this.
Diffstat (limited to 'lwlib/dispatch.c')
| -rw-r--r-- | lwlib/dispatch.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/dispatch.c b/lwlib/dispatch.c index 5c554d67fd2..7e70a43105b 100644 --- a/lwlib/dispatch.c +++ b/lwlib/dispatch.c | |||
| @@ -27,6 +27,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 27 | * compile this file unless you have the Xt sources online. | 27 | * compile this file unless you have the Xt sources online. |
| 28 | */ | 28 | */ |
| 29 | 29 | ||
| 30 | #ifdef HAVE_CONFIG_H | ||
| 31 | #include <config.h> | ||
| 32 | #endif | ||
| 33 | |||
| 30 | #include <IntrinsicI.h> /* Don't change this: see comments in Imakefile. */ | 34 | #include <IntrinsicI.h> /* Don't change this: see comments in Imakefile. */ |
| 31 | #include <X11/Xatom.h> | 35 | #include <X11/Xatom.h> |
| 32 | #include "dispatch.h" | 36 | #include "dispatch.h" |