X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/233ba4d924933cb56129bd7511e6137b7c0b8e3e..c2d6c639cf2bfdb7564bcb8706ac45b0d18dc895:/oldXMenu/FindPane.c diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 022e761903..8101d009a2 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -15,6 +15,7 @@ */ #include "XMenuInt.h" +#include int XMenuFindPane(register XMenu *menu, register char *label) @@ -60,4 +61,3 @@ XMenuFindPane(register XMenu *menu, register char *label) _XMErrorCode = XME_P_NOT_FOUND; return (XM_FAILURE); } -