summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-13 12:28:31 +0200
committerJim Meyering <meyering@redhat.com>2011-05-13 12:35:43 +0200
commit6f56d93ebed6fc549081ced140e1f463d5f45af1 (patch)
tree84c68cb9e735ee5972834a9398b14db02b201d1b
parentbef13ad726c8424213695de064bbb690c5141119 (diff)
downloadgzip-6f56d93ebed6fc549081ced140e1f463d5f45af1.tar.gz
avoid new build failure on a system without <crypt.h>
* bits.c: Don't include "crypt.h", now that it's deleted.
-rw-r--r--bits.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bits.c b/bits.c
index 6db2caa..04553f4 100644
--- a/bits.c
+++ b/bits.c
@@ -67,7 +67,6 @@
#include <config.h>
#include "tailor.h"
#include "gzip.h"
-#include "crypt.h"
#ifdef DEBUG
# include <stdio.h>