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