mirror of https://github.com/MidnightCommander/mc
lib/glibcompat.h: add missing include of stdarg.h.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f195a75ee8
commit
77a45cdafb
|
@ -1,6 +1,10 @@
|
|||
#ifndef MC_GLIBCOMPAT_H
|
||||
#define MC_GLIBCOMPAT_H
|
||||
|
||||
#if ! GLIB_CHECK_VERSION (2, 22, 0)
|
||||
#include <stdarg.h> /* for g_error_new_valist() */
|
||||
#endif /* ! GLIB_CHECK_VERSION (2, 22, 0) */
|
||||
|
||||
/*** typedefs(not structures) and defined constants **********************************************/
|
||||
|
||||
/*** enums ***************************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue