diff options
author | John Denker <jsd@av8n.com> | 2012-06-01 23:17:58 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-06-02 17:30:23 -0700 |
commit | 9c9c853dd2c7b4b174fd435d092bb43e737b8b35 (patch) | |
tree | 422e9eba5dbf2564b90121ef7fc1cdf310d68c87 | |
parent | 0d0f7a0e7c32842edff533246a1f8523306f9ab0 (diff) |
patch error.h ... otherwise it won't compile
-rw-r--r-- | ucspi-tcp-0.88/error.h | 2 |
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; |