include - minor compile fixes (including <ansi.h> in files that use it)
workaround for kernel/debug.h that causes <ansi.h> to be included in mpx.S indirectly.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
strings.h
|
||||
*/
|
||||
|
||||
#include <ansi.h>
|
||||
|
||||
/* Open Group Base Specifications Issue 6 (not complete) */
|
||||
_PROTOTYPE( char *index, (const char *_s, int _charwanted) );
|
||||
_PROTOTYPE( int strcasecmp, (const char *_s1, const char *_s2) );
|
||||
|
||||
Reference in New Issue
Block a user