* oldXMenu/XMenu.h: Include <stdlib.h>.
This commit is contained in:
parent
ebd156110c
commit
ababf90003
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* XMenu.h: Include <stdlib.h>.
|
||||
|
||||
2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#ifndef _XMenu_h_
|
||||
#define _XMenu_h_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include "X10.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue