Includes corrected

This commit is contained in:
Adrien Bourmault 2021-06-09 11:54:58 +02:00
parent 727e760dc0
commit 6c29dd435b
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # # along with this program. If not, see <https://www.gnu.org/licenses/>. #
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
CCINCLUDES=-Iinclude
CCOPTS=-pthread -Wall CCOPTS=-pthread -Wall
LDFLAGS= -lc -lpthread LDFLAGS= -lc -lpthread
BINDIR=bin BINDIR=bin

View File

@ -22,9 +22,9 @@
#include <pthread.h> #include <pthread.h>
#include <stdio.h> #include <stdio.h>
#include <malloc.h> #include <malloc.h>
#include "types.h" #include "../include/types.h"
#include "server.h" #include "../include/server.h"
#include "scheduler.h" #include "../include/scheduler.h"
#define ARROW_NUMBER 150 #define ARROW_NUMBER 150