summaryrefslogtreecommitdiff
path: root/unix/draw.c
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-12-28 15:04:49 -0800
committerlouie <lshprung@yahoo.com>2020-12-28 15:04:49 -0800
commit9fa266e62dc0782f7c2125f18fed2668ea414b29 (patch)
tree03c6d839fcb373a8877a4d66fc0c077bd629d90a /unix/draw.c
parentd7fa91b54c7dcce8dedbe32f37cf849f530f8864 (diff)
Cleaned up headers
Diffstat (limited to 'unix/draw.c')
-rw-r--r--unix/draw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/draw.c b/unix/draw.c
index f6424d0..b35b695 100644
--- a/unix/draw.c
+++ b/unix/draw.c
@@ -2,8 +2,7 @@
#include <string.h>
#include "../draw.h"
-
-void launch();
+#include "draw.h"
void launch(){
char full_command[BUF_LEN];