fixed missing include
This commit is contained in:
parent
72e08f305b
commit
34c5be0b41
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -1,4 +1,5 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "draw.h"
|
||||
|
|
Loading…
Reference in a new issue