diff options
Diffstat (limited to 'utils/gssd/context_spkm3.c')
-rw-r--r-- | utils/gssd/context_spkm3.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/gssd/context_spkm3.c b/utils/gssd/context_spkm3.c index 5b387bd..b927475 100644 --- a/utils/gssd/context_spkm3.c +++ b/utils/gssd/context_spkm3.c @@ -28,7 +28,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif /* HAVE_CONFIG_H */ + #include <stdio.h> #include <syslog.h> #include <string.h> |