add missing include

This commit is contained in:
nullgemm 2021-10-07 15:58:27 +02:00
parent b448fc97b2
commit 4094d2182a
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>