add missing include

This commit is contained in:
nullgemm 2021-10-07 15:58:27 +02:00 committed by randalthor17
parent 0402dbdf62
commit d1503ac58c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "config.h"
#include "draw.h"
#include <ctype.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdint.h>