summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/htpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htpasswd.c b/support/htpasswd.c
index 1172a2b2e4..455191615b 100644
--- a/support/htpasswd.c
+++ b/support/htpasswd.c
@@ -85,7 +85,7 @@
#include <signal.h>
#include <errno.h>
#include "ap.h"
-#include "ap_md5.h"
+#include "apr_md5.h"
#include "ap_sha1.h"
#ifdef WIN32