summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-14 04:18:48 +0000
committerJim Meyering <jim@meyering.net>1996-01-14 04:18:48 +0000
commit9800c1597f74c939b7b351c047a1d27246c4ee11 (patch)
treedfa330d173e5e05e3e7c63e8288ae621f56f8a3a /src/seq.c
parent2bf12371d8f801d6eb470c13e8ad9f83bae20a4f (diff)
downloadcoreutils-9800c1597f74c939b7b351c047a1d27246c4ee11.tar.xz
Include config.h.
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seq.c b/src/seq.c
index 88145fce1..bcf810b13 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -17,6 +17,7 @@
/* Ulrich Drepper */
+#include <config.h>
#include <getopt.h>
#include <math.h>
#include <stdio.h>