summaryrefslogtreecommitdiff
path: root/sysdeps/generic/des_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/des_impl.c')
-rw-r--r--sysdeps/generic/des_impl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/des_impl.c b/sysdeps/generic/des_impl.c
index e0a3af9dd9..f801a841fc 100644
--- a/sysdeps/generic/des_impl.c
+++ b/sysdeps/generic/des_impl.c
@@ -18,6 +18,8 @@
/* We must not distribute the DES implementation as part of the glibc.
So we have to provide a dummy version here. */
+#include <des.h>
+
int
_des_crypt (char *buf, unsigned len, struct desparams *desp)
{