build: use configured include paths

This commit is contained in:
2026-08-14 16:17:07 +09:00
parent 4e07699460
commit f5dc552c08
8 changed files with 13 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
#include <sys/stat.h>
#include <unistd.h>
#include "../srv.c"
#include "../cutest/cutest.h"
#include "srv.c"
#include "cutest/cutest.h"
void testengineinit(int);
void testenginehandle(Keyreq*);