aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index 00ab0d8..575b44d 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -98,4 +98,9 @@ static inline uint32_t arc4random_uniform(uint32_t bound)
}
typedef void callout_func_t(void *);
+
+#ifndef CSUM_SND_TAG
+#define CSUM_SND_TAG 0x80000000
+#endif
+
#endif