diff options
Diffstat (limited to 'unix/draw.c')
-rw-r--r-- | unix/draw.c | 3 |
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]; |