the only fix needed for OS X support

This commit is contained in:
boblaublaw 2015-08-02 20:35:24 -07:00
parent 92942437d9
commit 5d1eb055da
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#ifdef __APPLE__
#include <time.h>
#endif
#include "../diskimg/DiskImg.h"
using namespace DiskImgLib;