kern

changeset 79:2dda077c1d38

silenced a warning about a missing prototype in panic.c
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 12:59:38 +0200
parents 251a65b62223
children 4db99a52863e
files src/panic.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/panic.c	Tue Dec 06 12:56:46 2011 +0200
     1.2 +++ b/src/panic.c	Tue Dec 06 12:59:38 2011 +0200
     1.3 @@ -2,6 +2,7 @@
     1.4  #include <string.h>
     1.5  #include <stdarg.h>
     1.6  #include "asmops.h"
     1.7 +#include "proc.h"
     1.8  
     1.9  struct all_registers {
    1.10  	uint32_t eax, ebx, ecx, edx;