aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1992-12-29 21:58:10 +0000
committerRoland McGrath1992-12-29 21:58:10 +0000
commit1df181b65f87f181326d5950dcecf243db8ae461 (patch)
tree1995da03034b1c6cefeb52be101f4e10795768cf /src
parent2d82f7b90d23b230f5b52e2a6e50baec31ac4e49 (diff)
downloademacs-1df181b65f87f181326d5950dcecf243db8ae461.tar.gz
emacs-1df181b65f87f181326d5950dcecf243db8ae461.zip
[! emacs] [HAVE_CONFIG_H]: #include "config.h"
Diffstat (limited to 'src')
-rw-r--r--src/ralloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index de6060cfd4f..47300ef1015 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -36,7 +36,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
36#ifdef __STDC__ 36#ifdef __STDC__
37typedef void *POINTER; 37typedef void *POINTER;
38#else 38#else
39
40#ifdef HAVE_CONFIG_H
41#include "config.h"
42#endif
43
39typedef char *POINTER; 44typedef char *POINTER;
45
40#endif 46#endif
41 47
42typedef unsigned long SIZE; 48typedef unsigned long SIZE;