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
|
||||
|
||||
extern "C" {
|
||||
#ifdef HAVE_STDIO_H
|
||||
# include <stdio.h>
|
||||
#endif // HAVE_STDIO_H
|
||||
|
||||
#include "gettext.h"
|
||||
#define _(str) gettext(str)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue