Fixed some warnings
This commit is contained in:
parent
2d7dfd1a46
commit
fcbb7ac780
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ pci_init1.c
|
|||
#include "syslib.h"
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <minix/ds.h>
|
||||
#include <minix/sysutil.h>
|
||||
|
||||
int pci_procnr= ANY;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#define _SYSTEM 1
|
||||
#include <lib.h>
|
||||
#include <sys/mman.h>
|
||||
#include <minix/syslib.h>
|
||||
#include <minix/vm.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue