summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index aa57200..57d71d3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,9 +11,10 @@
#include <string.h>
#include <stdint.h>
#include <errno.h>
+#include <libgen.h> //dirname / basename
#define _VERSION 0
-#define _SUBVERSION 3
+#define _SUBVERSION 4
#ifdef _DEBUG
#warning "Compiling in DEBUG mode"