From 47a6e6df2b6430c1047538260750cdbe78c566d5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Dec 2012 12:42:29 -0800 Subject: Include 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 , since XMenuInt.h does that now. * XLookAssoc.c, XMenuInt.h: Include . This avoids a build failure when configuring on Fedora 17 --with-x-toolkit=no, reported by Dmitry Andropov in . --- oldXMenu/XMenuInt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oldXMenu/XMenuInt.h') 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 + /* Avoid warnings about redefining NULL by including first; the other file which wants to define it ( on Ultrix systems) can deal if NULL is already defined, but can't. */ -- cgit v1.2.1