include <sys/cdefs.h> in <minix/sysutil> (clang fix)
This commit is contained in:
parent
ada0b4ca04
commit
e0ac271e5a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define _MINIX_SYSUTIL_H 1
|
||||
|
||||
#include <minix/ipc.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
/* Extra system library definitions to support device drivers and servers.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue