summaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/httpd_stubs.c2
-rw-r--r--src/server/server.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/httpd_stubs.c b/src/server/httpd_stubs.c
index 6c289afa..0360fe61 100644
--- a/src/server/httpd_stubs.c
+++ b/src/server/httpd_stubs.c
@@ -21,7 +21,7 @@
#include <config.h>
#endif
#include "httpd.h"
-#include "log.h"
+#include <helper/log.h>
int httpd_start(struct command_context *cmd_ctx)
{
diff --git a/src/server/server.h b/src/server/server.h
index e632bf1e..be1afbe4 100644
--- a/src/server/server.h
+++ b/src/server/server.h
@@ -26,7 +26,7 @@
#ifndef SERVER_H
#define SERVER_H
-#include "log.h"
+#include <helper/log.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>