diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-12 16:02:04 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-12 16:02:04 -0500 |
commit | 2653ac737f0df2a41d939e0c36f9b4ae502f5a48 (patch) | |
tree | 74a9e6169c6818a339a65b8ec4c1b03c05c56268 /reloc.h | |
parent | b98b5b7d61a5285363c8cec4817f680ad96a12df (diff) | |
download | reloc-2653ac737f0df2a41d939e0c36f9b4ae502f5a48.tar.gz |
Implement version1.0.0
Diffstat (limited to 'reloc.h')
-rw-r--r-- | reloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "version.h" #if defined(_WIN32) || defined(_WIN64) #define DIRSEP '\\' |