diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-14 04:18:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-14 04:18:48 +0000 |
commit | 9800c1597f74c939b7b351c047a1d27246c4ee11 (patch) | |
tree | dfa330d173e5e05e3e7c63e8288ae621f56f8a3a /src | |
parent | 2bf12371d8f801d6eb470c13e8ad9f83bae20a4f (diff) | |
download | coreutils-9800c1597f74c939b7b351c047a1d27246c4ee11.tar.xz |
Include config.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/seq.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ /* Ulrich Drepper */ +#include <config.h> #include <getopt.h> #include <math.h> #include <stdio.h> |