diff options
| author | Stephen Berman | 2013-06-14 22:07:55 +0200 |
|---|---|---|
| committer | Stephen Berman | 2013-06-14 22:07:55 +0200 |
| commit | bd358779861f265a7acff31ead40172735af693e (patch) | |
| tree | 345217a9889dbd29b09bdc80a94265c17719d41f /oldXMenu/XMenuInt.h | |
| parent | 2a97b47f0878cbda86cb6ba0e7e744924810b70e (diff) | |
| parent | f7394b12358ae453a0c8b85fc307afc1b740010d (diff) | |
| download | emacs-bd358779861f265a7acff31ead40172735af693e.tar.gz emacs-bd358779861f265a7acff31ead40172735af693e.zip | |
Merge from trunk.
Diffstat (limited to 'oldXMenu/XMenuInt.h')
| -rw-r--r-- | oldXMenu/XMenuInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index 721652c9539..1edef30bc5f 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #ifndef _XMenuInternal_h_ | 17 | #ifndef _XMenuInternal_h_ |
| 18 | #define _XMenuInternal_h_ | 18 | #define _XMenuInternal_h_ |
| 19 | 19 | ||
| 20 | #include <config.h> | ||
| 21 | |||
| 20 | /* Avoid warnings about redefining NULL by including <stdio.h> first; | 22 | /* Avoid warnings about redefining NULL by including <stdio.h> first; |
| 21 | the other file which wants to define it (<stddef.h> on Ultrix | 23 | the other file which wants to define it (<stddef.h> on Ultrix |
| 22 | systems) can deal if NULL is already defined, but <stdio.h> can't. */ | 24 | systems) can deal if NULL is already defined, but <stdio.h> can't. */ |