include stdio

This commit is contained in:
Dana Jansens 2002-11-10 21:11:53 +00:00
parent 18378aaba1
commit c220fbc953

View file

@ -5,6 +5,10 @@
#endif #endif
extern "C" { extern "C" {
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif // HAVE_STDIO_H
#include "gettext.h" #include "gettext.h"
#define _(str) gettext(str) #define _(str) gettext(str)
} }