emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100804: * oldXMenu/XMenu.h: Include


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100804: * oldXMenu/XMenu.h: Include <stdlib.h>.
Date: Mon, 12 Jul 2010 12:49:40 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100804
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-07-12 12:49:40 -0700
message:
  * oldXMenu/XMenu.h: Include <stdlib.h>.
modified:
  oldXMenu/ChangeLog
  oldXMenu/XMenu.h
=== modified file 'oldXMenu/ChangeLog'
--- a/oldXMenu/ChangeLog        2010-07-12 14:16:38 +0000
+++ b/oldXMenu/ChangeLog        2010-07-12 19:49:40 +0000
@@ -1,3 +1,7 @@
+2010-07-12  Dan Nicolaescu  <address@hidden>
+
+       * XMenu.h: Include <stdlib.h>.
+
 2010-07-12  Andreas Schwab  <address@hidden>
 
        * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from

=== modified file 'oldXMenu/XMenu.h'
--- a/oldXMenu/XMenu.h  2010-07-04 05:57:11 +0000
+++ b/oldXMenu/XMenu.h  2010-07-12 19:49:40 +0000
@@ -16,6 +16,7 @@
 #ifndef _XMenu_h_
 #define _XMenu_h_
 
+#include <stdlib.h>
 #include <X11/Xutil.h>
 #include "X10.h"
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]