aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-07-12 12:49:40 -0700
committerDan Nicolaescu <[email protected]>2010-07-12 12:49:40 -0700
commitababf900035b6e7373d0a3826fb7003c4c5e8c93 (patch)
tree1d7ff0b5aed4d94009c065c74cd5d7c349af0881 /oldXMenu
parentebd156110cd758dd0b356424844c8a14dfc4c615 (diff)
* oldXMenu/XMenu.h: Include <stdlib.h>.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--oldXMenu/XMenu.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 38e9e5d6ed..cc6bcc9272 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-12 Dan Nicolaescu <[email protected]>
+
+ * XMenu.h: Include <stdlib.h>.
+
2010-07-12 Andreas Schwab <[email protected]>
* Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 42f9c45a37..88ebf5b3ac 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -16,6 +16,7 @@
#ifndef _XMenu_h_
#define _XMenu_h_
+#include <stdlib.h>
#include <X11/Xutil.h>
#include "X10.h"