diff options
Diffstat (limited to 'oldXMenu/AddSel.c')
-rw-r--r-- | oldXMenu/AddSel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 9596caed0e7..d81c54b8707 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c @@ -31,8 +31,8 @@ without express or implied warranty. * */ -#include <string.h> #include "XMenuInt.h" +#include <string.h> int XMenuAddSelection(Display *display, register XMenu *menu, register int p_num, char *data, char *label, int active, char const *help) |