diff info/tilde.c @ 1242:5fb4ee02da70

[project @ 1995-04-10 23:05:10 by jwe]
author jwe
date Mon, 10 Apr 1995 23:08:10 +0000
parents d6fae6ef3e60
children 611d403c7f3d
line wrap: on
line diff
--- a/info/tilde.c	Mon Apr 10 22:53:03 1995 +0000
+++ b/info/tilde.c	Mon Apr 10 23:08:10 1995 +0000
@@ -25,6 +25,10 @@
 
    Written by Brian Fox (bfox@ai.mit.edu). */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #if defined (__GNUC__)
 #  define alloca __builtin_alloca
 #else /* !__GNUC__ */