repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
apr-util
/
fix-libxcrypt-build.patch
blob
2994e5de0f78b1009d292bf35bfba2b8367130ad
1
diff --git a/crypto/apr_passwd.c b/crypto/apr_passwd.c
2
index c961de2..a397f27 100644
3
--- a/crypto/apr_passwd.c
4
+++ b/crypto/apr_passwd.c
5
@@ -24,9 +24,7 @@
6
#if APR_HAVE_STRING_H
7
#include <string.h>
8
#endif
9
-#if APR_HAVE_CRYPT_H
10
#include <crypt.h>
11
-#endif
12
#if APR_HAVE_UNISTD_H
13
#include <unistd.h>
14
#endif