medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8e1384342adb322debf771a0010bfbc485a324bc
parent 676d4593483af095433734f4fc6ca6b7a16cc6d4
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon Sep 12 20:32:08 +0100

stream.h needs intrinsics.h

Diffstat:
stream.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/stream.h b/stream.h @@ -1,6 +1,7 @@ #ifndef _STREAM_H_ #define _STREAM_H_ +#include "intrinsics.h" #include "platform_endian.h" struct Stream {