avoid new build failure on a system without <crypt.h>
authorJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 10:28:31 +0000 (12:28 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 10:35:43 +0000 (12:35 +0200)
* bits.c: Don't include "crypt.h", now that it's deleted.

bits.c

diff --git a/bits.c b/bits.c
index 6db2caa84b64c935f04868a0abfec7e25119f511..04553f47dec9de029a79a7b76be6272bb5ebbb6f 100644 (file)
--- 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>