Updated copyright years.
[bpt/emacs.git] / src / ralloc.c
index de6060c..e5860a1 100644 (file)
@@ -1,5 +1,5 @@
 /* Block-relocating memory allocator. 
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright (C) 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -36,7 +36,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __STDC__
 typedef void *POINTER;
 #else
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 typedef char *POINTER;
+
 #endif
 
 typedef unsigned long SIZE;