summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-10-28 18:03:34 +0100
committerThomas Schmucker <ts@its1.de>2024-10-28 18:03:34 +0100
commit2458e6aa1658b2cc5b6349b89f1276873554ad6f (patch)
tree751ca4be139d1e0ce28d4300eb381ed4843fa39f /src/main.c
parent8859b6b8c78beca455e1273b5a31f09e165eed03 (diff)
downloaduse-mosquitto-2458e6aa1658b2cc5b6349b89f1276873554ad6f.tar.gz
use-mosquitto-2458e6aa1658b2cc5b6349b89f1276873554ad6f.tar.bz2
use-mosquitto-2458e6aa1658b2cc5b6349b89f1276873554ad6f.zip
Verschiebe die Konfiguration nach 'src'
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 16deb68..a181171 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,6 +9,7 @@
9 9
10// Project 10// Project
11#include <mosquitto.h> 11#include <mosquitto.h>
12
12#include "config.h" 13#include "config.h"
13 14
14#ifndef UNUSED 15#ifndef UNUSED