From 9c9c853dd2c7b4b174fd435d092bb43e737b8b35 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 1 Jun 2012 23:17:58 -0700 Subject: patch error.h ... otherwise it won't compile --- ucspi-tcp-0.88/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucspi-tcp-0.88') diff --git a/ucspi-tcp-0.88/error.h b/ucspi-tcp-0.88/error.h index d5f3c7e..f660d93 100644 --- a/ucspi-tcp-0.88/error.h +++ b/ucspi-tcp-0.88/error.h @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include extern int error_intr; extern int error_nomem; -- cgit v1.2.3