Add function prototypes for LWIP SDK functions, allow compilng with -Werror again

This commit is contained in:
Angus Gratton 2015-05-21 12:59:23 +10:00
parent dc4ca6861f
commit 7c982da48f
6 changed files with 41 additions and 23 deletions

View file

@ -32,6 +32,9 @@
#ifndef __ARCH_CC_H__
#define __ARCH_CC_H__
/* include ESP SDK prototypes as they're used in some LWIP routines */
#include "espressif/sdk_prototypes.h"
/* Include some files for defining library routines */
#include <stdio.h> /* printf, fflush, FILE */
#include <stdlib.h> /* abort */