summaryrefslogtreecommitdiff
path: root/sysutils/clockspeed/files/patch-error.h
blob: e35ddb04802aa0e4743307884a3e58bdc1eafb60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- error.h.orig
+++ error.h
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;