summaryrefslogtreecommitdiff
blob: a78c2128b2fa04e2ff9ee475394c0c8ebcb3a51f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- debug.c.orig	2004-06-26 04:21:23.881871000 +0000
+++ debug.c	2004-06-26 04:21:36.941871000 +0000
@@ -52,7 +52,7 @@
 #define UNLOCK    outb(0x370, 0x87); outb(0x370, 0x87);
 #define LOCK      outb(0x370, 0xAA);
 
-extern int errno;
+#include <errno.h>
 
 int tmpSuperIO;