aboutsummaryrefslogtreecommitdiff
path: root/stream.go
diff options
context:
space:
mode:
Diffstat (limited to 'stream.go')
-rw-r--r--stream.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.go b/stream.go
index c28f070..3127224 100644
--- a/stream.go
+++ b/stream.go
@@ -2,6 +2,7 @@ package salticidae
// #include <stdlib.h>
// #include "salticidae/stream.h"
+// #include "salticidae/endian.h"
// uint16_t _salti_htole16(uint16_t x) { return htole16(x); }
// uint32_t _salti_htole32(uint32_t x) { return htole32(x); }
// uint64_t _salti_htole64(uint64_t x) { return htole64(x); }