Fix missing include path

Change-Id: Icb3188babcac2124a0dd1d3c86a9686e6d98f647
pull/87/head
Lars Danielsson 2020-09-14 11:41:37 +02:00
parent ed6a6542c8
commit 177739b02d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef __esc__
#define __esc__
#include <stdbool.h>
#include <cc.h>
#include <esc_coe.h>
#include "options.h"