From 23f91764bc9caea4e018c26fab45a1d5105c733b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 Dec 1995 15:18:43 +0000 Subject: Include config.h. --- lib/rx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/rx.c b/lib/rx.c index 54ae3b7f4..4dc6add9c 100644 --- a/lib/rx.c +++ b/lib/rx.c @@ -30,6 +30,9 @@ write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA #define _GNU_SOURCE #endif +#if HAVE_CONFIG_H +#include +#endif const char *rx_version_string = "GNU Rx version 0.07.2"; -- cgit v1.2.3-54-g00ecf