summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 990e5f9..953a9ef 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id: pcb.h,v 1.3 1993/11/07 17:42:59 wollman Exp $
+ * $Id: pcb.h,v 1.5 1994/05/25 08:56:19 rgrimes Exp $
*/
#ifndef _I386_PCB_H_
@@ -43,8 +43,8 @@
/*
* Intel 386 process control block
*/
-#include "machine/tss.h"
-#include "machine/npx.h"
+#include <machine/tss.h>
+#include <machine/npx.h>
struct pcb {
struct i386tss pcb_tss;
OpenPOWER on IntegriCloud