]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Added check to see that include paths actually exist.
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 1c6fcf15c71249d6c562b0a6bbd649f4d8eca8b8..3d23ed55573b8c73554f5aeb0bc78f656a500f51 100644 (file)
--- a/rmac.h
+++ b/rmac.h
 // Non-target specific stuff
 //
 #include <inttypes.h>
+#include <dirent.h>
 #include "symbol.h"
 
 #define BYTE         uint8_t