add missing include

This commit is contained in:
nullgemm
2021-10-07 15:58:27 +02:00
parent b448fc97b2
commit 4094d2182a

View File

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