Include config_ac.h from common/os_calls.h to enable all format warnings

This commit is contained in:
Pavel Roskin 2016-04-21 21:20:12 -07:00
parent b3273a3bfc
commit 55e12a09d8
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#if !defined(OS_CALLS_H)
#define OS_CALLS_H
#if defined(HAVE_CONFIG_H)
#include "config_ac.h"
#endif
#ifndef NULL
#define NULL 0
#endif