aboutsummaryrefslogtreecommitdiffstats
path: root/nullshell.c
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-02 12:49:10 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-02 12:49:10 +0100
commitcf92d0c21b33ab2885e4fa873ee5b437239834ee (patch)
tree9cc84e32a7630065336a0f9899a9c8a389db2012 /nullshell.c
parent85ac081c469ca63a78797456d0b434247471cc39 (diff)
downloadnullshell-cf92d0c21b33ab2885e4fa873ee5b437239834ee.tar.gz
nullshell-cf92d0c21b33ab2885e4fa873ee5b437239834ee.tar.zst
write version to header file
Diffstat (limited to 'nullshell.c')
-rw-r--r--nullshell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nullshell.c b/nullshell.c
index 7986cbf..52a5a81 100644
--- a/nullshell.c
+++ b/nullshell.c
@@ -14,6 +14,7 @@
#include <unistd.h>
#include "config.h"
+#include "version.h"
int main(int argc, char **argv) {
time_t now;