fix: remove missing transport.h include and dependency
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -28,7 +28,7 @@ test_stress: test_stress.o dispatcher.o transport.o
|
|||||||
test_wav_io: test_wav_io.o wav_io.o
|
test_wav_io: test_wav_io.o wav_io.o
|
||||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
test_stress.o: test_stress.c dispatcher.h transport.h
|
test_stress.o: test_stress.c dispatcher.h
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
main.o: main.c engine.h tui.h transport.h
|
main.o: main.c engine.h tui.h transport.h
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "dispatcher.h"
|
#include "dispatcher.h"
|
||||||
#include "transport.h"
|
|
||||||
#include <jack/jack.h>
|
#include <jack/jack.h>
|
||||||
|
|
||||||
static volatile int keep_running = 1;
|
static volatile int keep_running = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user