summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-12-02 10:06:36 +0000
committerJim Meyering <jim@meyering.net>2003-12-02 10:06:36 +0000
commit5c72eac595873802f97a3815f65fbf24e76fd345 (patch)
treeb6b76256209435bf74da793091fcea75c2d8cd55 /src/md5sum.c
parent442c5295fc3493f1a924e055094aa9378faba23e (diff)
downloadcoreutils-5c72eac595873802f97a3815f65fbf24e76fd345.tar.xz
Include sha1.h (reflect renaming: sha.h -> sha1.h.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 570dde9f1..d70ed4c7c 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -26,7 +26,7 @@
#include "system.h"
#include "md5.h"
-#include "sha.h"
+#include "sha1.h"
#include "checksum.h"
#include "getline.h"
#include "error.h"