* oldXMenu/XMenu.h: Include <stdlib.h>.

This commit is contained in:
Dan Nicolaescu 2010-07-12 12:49:40 -07:00
parent ebd156110c
commit ababf90003
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -16,6 +16,7 @@
#ifndef _XMenu_h_
#define _XMenu_h_
#include <stdlib.h>
#include <X11/Xutil.h>
#include "X10.h"