summaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c
blob: bc7d2121959e8c157d63f0ef540fbb7f0c4889e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- jsm/modules/mod_auth_crypt.c.orig	Thu May  6 00:00:20 2004
+++ jsm/modules/mod_auth_crypt.c	Thu May  6 00:00:01 2004
@@ -28,7 +28,7 @@
  * 
  * --------------------------------------------------------------------------*/
 #include "jsm.h"
-#include "crypt.h"
+#include <unistd.h>
 
 #define HASH_CRYPT 1
 #define HASH_SHA1  2