strncpy.c / assert.h : need to include _ansi.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27549 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-25 14:53:06 +00:00
parent a72aa856bd
commit 33f5b60999
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ QUICKREF
#include <string.h>
#include <limits.h>
#include "plugin.h"
#include "_ansi.h"
/*SUPPRESS 560*/
/*SUPPRESS 530*/

View File

@ -2,6 +2,8 @@
assert.h
*/
#include "_ansi.h"
#undef assert
#ifdef NDEBUG /* required by ANSI standard */