<ansi.h> -> <minix/ansi.h>
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
#ifndef _UTSNAME_H
|
||||
#define _UTSNAME_H
|
||||
|
||||
#ifndef _ANSI_H
|
||||
#include <ansi.h>
|
||||
#ifndef _MINIX_ANSI_H
|
||||
#include <minix/ansi.h>
|
||||
#endif
|
||||
|
||||
#include <minix/types.h>
|
||||
|
||||
struct utsname {
|
||||
char sysname[15+1];
|
||||
char nodename[255+1];
|
||||
|
||||
Reference in New Issue
Block a user