blob: d002db7ceeb3dcb546cfbd089bbd4d0c0c1dfe1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- htpasswd.c.orig Sun Feb 4 20:13:04 2007
+++ htpasswd.c Sun Feb 4 20:12:32 2007
@@ -41,6 +41,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include <pwd.h>
#define MAX_PASS 32
|