diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/log.c | 1 | ||||
-rw-r--r-- | src/helper/options.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/log.c b/src/helper/log.c index 794f4548..4ba0dd6a 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -29,6 +29,7 @@ #include "log.h" #include "time_support.h" +// @todo the inclusion of server.h here is a layering violation #include "server.h" #include <stdarg.h> diff --git a/src/helper/options.c b/src/helper/options.c index 801bd11b..53e23c95 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -26,6 +26,7 @@ #include "configuration.h" #include "log.h" +// @todo the inclusion of server.h here is a layering violation #include "server.h" #include <getopt.h> |