diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-06-24 16:17:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-10-10 15:03:25 +0200 |
commit | 8c6ac2cd7b895b577d078b94263ff3a42839eeb6 (patch) | |
tree | 810c111ceb542ef60ac8c45f19f35085f409a10e /src/config.h | |
parent | b8a2d1c361ae440f958675491655ca6831e266f1 (diff) |
coverity fixes
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 1a7dafc..d355e5d 100644 --- a/src/config.h +++ b/src/config.h @@ -10,7 +10,7 @@ #define MSQ_PWD "/naskpass-passwd" #define MSQ_INF "/naskpass-info" -#ifdef HAVE_CONFIG_H +#if defined(HAVE_CONFIG_H) || defined(_HAVE_CONFIG_H) #include "aconfig.h" #include "version.h" #endif |