aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-07-01 15:15:19 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-07-01 15:15:19 +0200
commit56f7594dc1c3f8b05dff0c3a2722f822bf969e30 (patch)
tree6892f55f64a3d0cd831bb122aa8a95387174d696
parent198cb2c9fd72b5f02646c742790f2d69f1444617 (diff)
downloadheadstripper-56f7594dc1c3f8b05dff0c3a2722f822bf969e30.tar.gz
Fixed include, added new versionv0.4
-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"