FreeBSD 5.3 fix

This commit is contained in:
Michiel Broek
2005-04-12 17:25:42 +00:00
parent fc985db88c
commit 167e9eb184
5 changed files with 10 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef _XOPEN_CRYPT
#ifdef HAVE_CRYPT_H
#include <crypt.h>
#endif
#include "encrypt.h"