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

ulab-next-nosound
Pavel Roskin 9 years ago
parent b3273a3bfc
commit 55e12a09d8

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

Loading…
Cancel
Save