diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:52:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:52:12 +0000 |
commit | e7818b5ac8611c09fea3ce9635128414d69f6462 (patch) | |
tree | 2c59af69f270108097ecdc85b1459f3be0e59132 /lwlib/lwlib.c | |
parent | 07bf635fc3142206f15500d33024886c4339e522 (diff) | |
download | emacs-e7818b5ac8611c09fea3ce9635128414d69f6462.tar.gz emacs-e7818b5ac8611c09fea3ce9635128414d69f6462.tar.bz2 emacs-e7818b5ac8611c09fea3ce9635128414d69f6462.zip |
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 20f7682cfd4..f9727b991a5 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> #include <stdio.h> #include <X11/StringDefs.h> -#include "lwlib-internal.h" +#include "lwlib-int.h" #include "lwlib-utils.h" #if defined(__GNUC__) && !defined(alloca) |