medfall

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

commit 8eb5ec9610d15114639fb1d98008fd98c54f594c
parent 6813fdf34d2fbc20739aa4a0e96674a59ecbf9a5
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon Aug 24 22:15:16 +0200

Include stdlib in intrinsics.h

Diffstat:
intrinsics.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/intrinsics.h b/intrinsics.h @@ -2,6 +2,7 @@ #define _INTRINSICS_H_ #include <stdio.h> +#include <stdlib.h> #include <stdint.h> typedef int8_t s8;