diff --git a/Makefile b/Makefile index e6c07ee..1ffd83d 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ # along with this program. If not, see . # #=----------------------------------------------------------------------------=# -CCINCLUDES=-Iinclude CCOPTS=-pthread -Wall LDFLAGS= -lc -lpthread BINDIR=bin diff --git a/src/main.c b/src/main.c index 0d09eed..e6f3ecb 100644 --- a/src/main.c +++ b/src/main.c @@ -22,9 +22,9 @@ #include #include #include -#include "types.h" -#include "server.h" -#include "scheduler.h" +#include "../include/types.h" +#include "../include/server.h" +#include "../include/scheduler.h" #define ARROW_NUMBER 150