summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-06-01 23:17:58 -0700
committerJohn Denker <jsd@av8n.com>2012-06-02 17:30:23 -0700
commit9c9c853dd2c7b4b174fd435d092bb43e737b8b35 (patch)
tree422e9eba5dbf2564b90121ef7fc1cdf310d68c87 /ucspi-tcp-0.88
parent0d0f7a0e7c32842edff533246a1f8523306f9ab0 (diff)
patch error.h ... otherwise it won't compile
Diffstat (limited to 'ucspi-tcp-0.88')
-rw-r--r--ucspi-tcp-0.88/error.h2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
extern int error_intr;
extern int error_nomem;