From db6b89550a7bcfb18b63ccc3496ba9e1a0105eb2 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Thu, 30 Aug 2018 11:59:03 -0700 Subject: [PATCH] encode_accessors.h: include "config.h" to allow header to stand alone Some compilers do header precompilation and this requires that each header can stand alone. Including config.h sets HAVE_STDINT_H. --- src/encode_accessors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/encode_accessors.h b/src/encode_accessors.h index 5c345ac..55a6993 100644 --- a/src/encode_accessors.h +++ b/src/encode_accessors.h @@ -50,6 +50,8 @@ #ifndef ENCODE_ACCESSORS_H #define ENCODE_ACCESSORS_H 1 +#include "config.h" + #if HAVE_STDINT_H # include #endif -- GitLab