changeset 523:f2c4a67c18cc

Include config.h.
author Jim Meyering <jim@meyering.net>
date Fri, 15 Dec 1995 15:18:43 +0000
parents bb1ccd0deccc
children b25b906d7681
files lib/rx.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/rx.c
+++ b/lib/rx.c
@@ -30,6 +30,9 @@
 #define	_GNU_SOURCE
 #endif
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 const char *rx_version_string = "GNU Rx version 0.07.2";