summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/AddPane.c2
-rw-r--r--oldXMenu/AddSel.c2
2 files changed, 2 insertions, 2 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)
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)