]> Shamusworld >> Repos - rln/blobdiff - rln.h
Fix to test to see if include paths actually exist.
[rln] / rln.h
diff --git a/rln.h b/rln.h
index ac7e20a9ca2d4b99adf314aac18fc13c227cd25b..6e2b0925d1164bbea5ff04a9643fcca155fbd613 100644 (file)
--- a/rln.h
+++ b/rln.h
@@ -44,7 +44,7 @@
 
 #define MAJOR   1                      // Major version number
 #define MINOR   6                      // Minor version number
 
 #define MAJOR   1                      // Major version number
 #define MINOR   6                      // Minor version number
-#define PATCH   2                      // Patch release number
+#define PATCH   3                      // Patch release number
 
 #ifdef WIN32
 #define PLATFORM     "Win32"           // Release platform - Windows
 
 #ifdef WIN32
 #define PLATFORM     "Win32"           // Release platform - Windows
@@ -81,6 +81,7 @@
 // Rather than rely on dodgy compilers for something that's now a C99 standard,
 // let's do this:
 #include <stdint.h>
 // Rather than rely on dodgy compilers for something that's now a C99 standard,
 // let's do this:
 #include <stdint.h>
+#include <dirent.h>
 
 struct OHEADER
 {
 
 struct OHEADER
 {