summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-23 16:26:39 +0000
committerJim Meyering <jim@meyering.net>2000-08-23 16:26:39 +0000
commit567935122642a9f6251bbb5d67878ad2121e0859 (patch)
tree10cf654268aa08126b813eaed5a149bca2cdc5f6 /src/md5sum.c
parent52d06428c456ee10e3ef4bd5d15dcbeaf7e07fff (diff)
downloadcoreutils-567935122642a9f6251bbb5d67878ad2121e0859.tar.xz
Include <config.h> unconditionally, to be consistent
with all the other programs in this directory.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index da994f18d..86d16c5d4 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -18,9 +18,7 @@
/* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <getopt.h>
#include <stdio.h>