aboutsummaryrefslogtreecommitdiffstats
path: root/man3/encrypt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/encrypt.3')
-rw-r--r--man3/encrypt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/encrypt.3 b/man3/encrypt.3
index 9f42c74444..79ea079b79 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -156,10 +156,10 @@ In glibc 2.2, these functions use the DES algorithm.
.\" SRC BEGIN (encrypt.c)
.EX
#define _XOPEN_SOURCE
+#include <crypt.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <crypt.h>
int
main(void)