Fix warning

This commit is contained in:
pancake 2017-01-16 01:55:03 +01:00
parent 9e206a4324
commit 6ef17225de

View File

@ -22,7 +22,9 @@
#define _TCC_H
#include "r_types.h"
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "config.h"
#ifdef CONFIG_TCCBOOT