<ansi.h> -> <minix/ansi.h>

This commit is contained in:
Ben Gras
2011-01-28 11:35:02 +00:00
parent e912f6ac38
commit dc1cc91df1
69 changed files with 99 additions and 97 deletions

View File

@@ -18,8 +18,8 @@ typedef unsigned int size_t; /* type returned by sizeof */
#endif /*_SIZE_T */
/* Function Prototypes. */
#ifndef _ANSI_H
#include <ansi.h>
#ifndef _MINIX_ANSI_H
#include <minix/ansi.h>
#endif
_PROTOTYPE( void *memchr, (const void *_s, int _c, size_t _n) );