diff options
author | toni <matzeton@googlemail.com> | 2016-10-23 18:07:18 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-10-23 18:07:18 +0200 |
commit | 9e2ec145be20a5ba54ed8ce92bceb1b8eca86ee4 (patch) | |
tree | 8377ca83f72566c78dead7cee4c0113fbeb59c32 /src/config.h | |
parent | 8fbadac6c72c461a639443ebade00372b8402402 (diff) |
added uname feature
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index d20991f..1a7dafc 100644 --- a/src/config.h +++ b/src/config.h @@ -11,6 +11,7 @@ #define MSQ_INF "/naskpass-info" #ifdef HAVE_CONFIG_H +#include "aconfig.h" #include "version.h" #endif |