index
:
salticidae
Minimal C++ asynchronous network library.
log msg
author
committer
range
c-bindings
error-handling
master
multiloops
new-lf-queue
one-way-handshake
tls
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Determinant <ted.sybil@gmail.com>
2019-12-05 01:49:54 -0500
committer
Determinant <ted.sybil@gmail.com>
2019-12-05 01:49:54 -0500
commit
eba2e398333ec54d21cfa24b61e1bc7de6242f00
(
patch
)
tree
4f9b46b4c25bfd3affbcd194cc5ad3fef7019093
parent
6225a46eb219fd63b3a11c1805d08c217188e94d
(
diff
)
parent
a3fd6aaf698e0d1e44aa2c45f1d556351ec8b182
(
diff
)
Merge branch 'master' of github.com:Determinant/salticidae
v0.1.0b
Diffstat
-rw-r--r--
include/salticidae/type.h
3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/salticidae/type.h b/include/salticidae/type.h
index 8080d6b..f95b85c 100644
--- a/
include/salticidae/type.h
+++ b/
include/salticidae/type.h
@@ -37,6 +37,9 @@
#include <ios>
#include <functional>
#include <mutex>
+#ifdef __APPLE__
+#include "endian.h"
+#endif
#include "salticidae/endian.h"