comparison oldXMenu/XMenu.h @ 109373:e5ec12c5c82f

* oldXMenu/XMenu.h: Include <stdlib.h>.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 12 Jul 2010 12:49:40 -0700
parents 5cc91198ffb2
children ef719132ddfa
comparison
equal deleted inserted replaced
109372:dd04c65fb401 109373:e5ec12c5c82f
14 */ 14 */
15 15
16 #ifndef _XMenu_h_ 16 #ifndef _XMenu_h_
17 #define _XMenu_h_ 17 #define _XMenu_h_
18 18
19 #include <stdlib.h>
19 #include <X11/Xutil.h> 20 #include <X11/Xutil.h>
20 #include "X10.h" 21 #include "X10.h"
21 22
22 #define FAILURE -1 23 #define FAILURE -1
23 #define SUCCESS 1 24 #define SUCCESS 1