summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2014-06-05 12:57:47 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2014-06-05 12:57:47 +0000
commit39787b51de19ae4f2a58466971e9fb3363aa4691 (patch)
tree077b3e2da0ed6aaf330ea0896d0b3cdffa8f070e
parent08245541310fc8c27b1cacc9924e8b6f6ab6c1f8 (diff)
downloadusrsctplib-39787b51de19ae4f2a58466971e9fb3363aa4691.tar.gz
Include error.h.
git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@8880 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
-rw-r--r--usrsctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrsctp.h b/usrsctp.h
index 052c076..b72eeb6 100644
--- a/usrsctp.h
+++ b/usrsctp.h
@@ -35,6 +35,7 @@
extern "C" {
#endif
+#include <errno.h>
#include <sys/types.h>
#ifdef _WIN32
#ifdef _MSC_VER