]> Shamusworld >> Repos - rln/blobdiff - rln.h
Forgot internal documentation for last commit. :-P
[rln] / rln.h
diff --git a/rln.h b/rln.h
index c3d39cf9c3a6da4b1aa81b1f350afc17dda808e6..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 PATCH   1                      // Patch release number
+#define PATCH   3                      // Patch release number
 
 #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>
+#include <dirent.h>
 
 struct OHEADER
 {