Merge pull request #12 from boblaublaw/master

the only fix needed for OS X support
This commit is contained in:
Andy McFadden 2015-08-03 21:07:50 -07:00
commit 1c254de31d
1 changed files with 1 additions and 0 deletions

View File

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