From bcde70f8e9a2dbeaffdf8d0e7659118fdf91993a Mon Sep 17 00:00:00 2001 From: Datanoise Date: Sun, 20 Dec 2015 01:51:59 +0100 Subject: [PATCH] Update siddefs.h to compile on systems with case-sensitive FS. --- reSID/siddefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reSID/siddefs.h b/reSID/siddefs.h index a457400..a7b9394 100644 --- a/reSID/siddefs.h +++ b/reSID/siddefs.h @@ -55,7 +55,7 @@ const bool false = 0; // cycle_count, and sound_sample). GNU does not support 16-bit machines // (GNU Coding Standards: Portability between CPUs), so this should be // a valid assumption. -#include +#include typedef uint16_t reg4; typedef uint16_t reg8; typedef uint16_t reg12;