diff options
Diffstat (limited to 'common/log.c')
-rw-r--r-- | common/log.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c index c8703df8..e8e64f2f 100644 --- a/common/log.c +++ b/common/log.c @@ -16,6 +16,10 @@ * limitations under the License. */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |