1--- src/byteptr.h.orig 2021-10-10 01:56:02 UTC 2+++ src/byteptr.h 3@@ -83,6 +83,7 @@ 4 // 5 // Write a value to a little-endian, unaligned destination. 6 // 7+#include "doomtype.h" 8 FUNCINLINE static ATTRINLINE void writeshort(void *ptr, INT32 val) 9 { 10 SINT8 *cp = ptr; 11 12