summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88
diff options
context:
space:
mode:
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;