aboutsummaryrefslogtreecommitdiff
path: root/reloc.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-12 16:02:04 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-12 16:02:04 -0500
commit2653ac737f0df2a41d939e0c36f9b4ae502f5a48 (patch)
tree74a9e6169c6818a339a65b8ec4c1b03c05c56268 /reloc.h
parentb98b5b7d61a5285363c8cec4817f680ad96a12df (diff)
downloadreloc-2653ac737f0df2a41d939e0c36f9b4ae502f5a48.tar.gz
Implement version1.0.0
Diffstat (limited to 'reloc.h')
-rw-r--r--reloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/reloc.h b/reloc.h
index 6822ef3..e97b4a3 100644
--- a/reloc.h
+++ b/reloc.h
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include "version.h"
#if defined(_WIN32) || defined(_WIN64)
#define DIRSEP '\\'