]> gitweb.hhaalo.de Git - discspan.git/commitdiff
add header include
authorBastian Dehn <hhaalo@arcor.de>
Mon, 1 Sep 2025 17:52:36 +0000 (19:52 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Mon, 1 Sep 2025 17:53:08 +0000 (19:53 +0200)
libs/spandisc/src/logic.c
libs/spandisc/src/logic.h

index 2dabd8000084686df431d9f24ab61b5ce5b67233..33644398edf6fcc5ff85702f98adc3ca2c9db5fe 100644 (file)
@@ -3,7 +3,6 @@
 #include <string.h>
 
 #include "config_spandisc.h"
-#include "spandisc.h"
 #include "logic.h"
 #include "splitter.h"
 #include "filehandler.h"
index c002fd7ac47fbde7e46dc5554b8f6ea9b7642507..3aa9e2f432333aa8bb3e3ee9d0d0e6e7e1a038c6 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _LOGIC_H
 #define _LOGIC_H
 
+#include "spandisc.h"
+
 typedef void (*status_print_t)(const char *output, medium_t* disc);
 extern status_print_t status_print;