From 5d1eb055da395a6f3fb5b18b86cc7b926959a667 Mon Sep 17 00:00:00 2001 From: boblaublaw Date: Sun, 2 Aug 2015 20:35:24 -0700 Subject: [PATCH] the only fix needed for OS X support --- linux/SSTAsm.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/SSTAsm.cpp b/linux/SSTAsm.cpp index 1bed6d9..cabcb39 100644 --- a/linux/SSTAsm.cpp +++ b/linux/SSTAsm.cpp @@ -10,6 +10,9 @@ #include #include #include +#ifdef __APPLE__ +#include +#endif #include "../diskimg/DiskImg.h" using namespace DiskImgLib;