add stdio.h
This commit is contained in:
parent
c4427cc1f3
commit
f9818bff71
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_STDIO_H
|
||||||
|
#include <stdio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue