summaryrefslogtreecommitdiff
path: root/oldXMenu/XMenu.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-12 12:49:40 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-12 12:49:40 -0700
commitababf900035b6e7373d0a3826fb7003c4c5e8c93 (patch)
tree1d7ff0b5aed4d94009c065c74cd5d7c349af0881 /oldXMenu/XMenu.h
parentebd156110cd758dd0b356424844c8a14dfc4c615 (diff)
downloademacs-ababf900035b6e7373d0a3826fb7003c4c5e8c93.tar.gz
* oldXMenu/XMenu.h: Include <stdlib.h>.
Diffstat (limited to 'oldXMenu/XMenu.h')
-rw-r--r--oldXMenu/XMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 42f9c45a37c..88ebf5b3ac7 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"