include stdio
This commit is contained in:
parent
18378aaba1
commit
c220fbc953
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue