Fixed some warnings
This commit is contained in:
parent
fcbb7ac780
commit
b3ab0cb03a
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <minix/type.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <minix/syslib.h>
|
||||
#include <minix/sysutil.h>
|
||||
|
|
|
@ -6,6 +6,9 @@ Created: Jan 19, 1993 by Philip Homburg
|
|||
Copyright 1995 Philip Homburg
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef unsigned int reg_t;
|
||||
|
||||
#define FUNC_STACKTRACE(statement) \
|
||||
|
|
Loading…
Reference in a new issue