diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-04 12:42:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-04 12:42:29 -0800 |
commit | 47a6e6df2b6430c1047538260750cdbe78c566d5 (patch) | |
tree | 74a5a56fedf019b493e321682dd1dafdb5a905f8 /oldXMenu/XMenuInt.h | |
parent | aefa2ead351b5d22ef739b27108932acdf905ba5 (diff) | |
download | emacs-47a6e6df2b6430c1047538260750cdbe78c566d5.tar.gz |
Include <config.h> uniformly in oldXMenu sources.
* Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c:
* InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c:
Do not include <config.h>, since XMenuInt.h does that now.
* XLookAssoc.c, XMenuInt.h: Include <config.h>.
This avoids a build failure when configuring on Fedora 17
--with-x-toolkit=no, reported by Dmitry Andropov in
<http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00078.html>.
Diffstat (limited to 'oldXMenu/XMenuInt.h')
-rw-r--r-- | oldXMenu/XMenuInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 721652c9539..1edef30bc5f 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h @@ -17,6 +17,8 @@ #ifndef _XMenuInternal_h_ #define _XMenuInternal_h_ +#include <config.h> + /* Avoid warnings about redefining NULL by including <stdio.h> first; the other file which wants to define it (<stddef.h> on Ultrix systems) can deal if NULL is already defined, but <stdio.h> can't. */ |