have local stdio.h file to avoid newlib issues

... we should move to -nostdinc at some point :/
This commit is contained in:
Harald Welte
2017-02-28 01:25:12 +01:00
parent adba0ce80b
commit c430ac1f2a
3 changed files with 37 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
//#define TRACE_LEVEL 6
#include <stdio.h>
#include <assert.h>
#include <errno.h>
#include <string.h>