diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-10-28 18:03:34 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-10-28 18:03:34 +0100 |
| commit | 2458e6aa1658b2cc5b6349b89f1276873554ad6f (patch) | |
| tree | 751ca4be139d1e0ce28d4300eb381ed4843fa39f /src/main.c | |
| parent | 8859b6b8c78beca455e1273b5a31f09e165eed03 (diff) | |
| download | use-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
