diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-07-01 15:15:19 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-07-01 15:15:19 +0200 |
commit | 56f7594dc1c3f8b05dff0c3a2722f822bf969e30 (patch) | |
tree | 6892f55f64a3d0cd831bb122aa8a95387174d696 /src | |
parent | 198cb2c9fd72b5f02646c742790f2d69f1444617 (diff) | |
download | headstripper-0.4.tar.gz |
Fixed include, added new versionv0.4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |