summaryrefslogtreecommitdiff
path: root/src/mod_auth.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-09-04 23:47:19 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-11 12:19:26 -0400
commit156e1da2ae2f21d093ac7909713b4ce24d9a0f2b (patch)
treeefa852b75ee8c6cf2981168b1f0ba5295f829da0 /src/mod_auth.c
parent3ffb195532a468db91dbec9bf57839b7ae2bbeee (diff)
downloadlighttpd-git-156e1da2ae2f21d093ac7909713b4ce24d9a0f2b.tar.gz
[core] rename splaytree.[ch] to algo_splaytree.[ch]
Diffstat (limited to 'src/mod_auth.c')
-rw-r--r--src/mod_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_auth.c b/src/mod_auth.c
index d009734d..783fcdd5 100644
--- a/src/mod_auth.c
+++ b/src/mod_auth.c
@@ -11,7 +11,7 @@
#include "http_header.h"
#include "log.h"
#include "safe_memclear.h"
-#include "splaytree.h"
+#include "algo_splaytree.h"
/**
* auth framework