diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-15 15:18:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-15 15:18:43 +0000 |
commit | 23f91764bc9caea4e018c26fab45a1d5105c733b (patch) | |
tree | 16390efcab75c5d29557a2e42a5236331a68e8d2 /lib/rx.c | |
parent | 2ab1921d24b571b2299ae08d6bd7cef2dfe09ab6 (diff) | |
download | coreutils-23f91764bc9caea4e018c26fab45a1d5105c733b.tar.xz |
Include config.h.
Diffstat (limited to 'lib/rx.c')
-rw-r--r-- | lib/rx.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA #define _GNU_SOURCE #endif +#if HAVE_CONFIG_H +#include <config.h> +#endif const char *rx_version_string = "GNU Rx version 0.07.2"; |