summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-02-05 19:13:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-07-23 18:41:07 +0100
commit200b85cb9cadedcaa05064a0704c926bbadf00c2 (patch)
treef1455645067fc11aad41736b5be677ceab3e933e
parentc6f05173071300c5b048d40070205c6391b7b14e (diff)
downloadtoolchains-200b85cb9cadedcaa05064a0704c926bbadf00c2.tar.gz
toolchains-200b85cb9cadedcaa05064a0704c926bbadf00c2.tar.bz2
ifndef
-rw-r--r--sdk/recipes/patches/openssl/e_os.h.p2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/recipes/patches/openssl/e_os.h.p b/sdk/recipes/patches/openssl/e_os.h.p
index 26c68f6..cbcec55 100644
--- a/sdk/recipes/patches/openssl/e_os.h.p
+++ b/sdk/recipes/patches/openssl/e_os.h.p
@@ -4,7 +4,7 @@
# endif
# include <netinet/in.h>
# include <arpa/inet.h>
-+# if defined(OPENSSL_SYS_AMIGAOS3)
++# if !defined(OPENSSL_SYS_AMIGAOS3)
# include <netinet/tcp.h>
+# endif
# endif