<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

@@ -8,7 +8,7 @@
*/
#ifndef __ASSEMBLY__
#include <ansi.h>
#include <minix/ansi.h>
#include <minix/debug.h>
#include "config.h"
#endif

View File

@@ -35,7 +35,7 @@
/* The following are so basic, all the *.c files get them automatically. */
#include <minix/config.h> /* global configuration, MUST be first */
#include <ansi.h> /* C style: ANSI or K&R, MUST be second */
#include <minix/ansi.h> /* C style: ANSI or K&R, MUST be second */
#include <sys/types.h> /* general system types */
#include <minix/const.h> /* MINIX specific constants */
#include <minix/type.h> /* MINIX specific types, e.g. message */