<ansi.h> -> <minix/ansi.h>
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ struct tms {
|
||||
};
|
||||
|
||||
/* Function Prototypes. */
|
||||
#ifndef _ANSI_H
|
||||
#include <ansi.h>
|
||||
#ifndef _MINIX_ANSI_H
|
||||
#include <minix/ansi.h>
|
||||
#endif
|
||||
|
||||
_PROTOTYPE( clock_t times, (struct tms *_buffer) );
|
||||
|
||||
Reference in New Issue
Block a user