From b8209a2349ffb2153e0c17f43412f2c9906aa8d0 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 28 Dec 2020 15:34:29 -0800 Subject: Moved headers to separate directory --- unix/draw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unix/draw.c') diff --git a/unix/draw.c b/unix/draw.c index b35b695..1037b4e 100644 --- a/unix/draw.c +++ b/unix/draw.c @@ -1,8 +1,9 @@ +#include #include #include -#include "../draw.h" -#include "draw.h" +#include "../include/draw.h" +#include "../include/draw_extend.h" void launch(){ char full_command[BUF_LEN]; -- cgit