Fix missing include path

pull/77/head
Lars Danielsson 2020-07-07 14:35:13 +02:00
parent 81ff180e7e
commit bb566504de
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#include <cc.h>
#include "esc.h"