diff options
Diffstat (limited to 'oldXMenu/AddPane.c')
-rw-r--r-- | oldXMenu/AddPane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index b14b3e82e4e..8616de804f4 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c @@ -30,8 +30,8 @@ without express or implied warranty. * */ -#include <string.h> #include "XMenuInt.h" +#include <string.h> int XMenuAddPane(Display *display, register XMenu *menu, register char const *label, int active) |