add stdio.h

This commit is contained in:
Dana Jansens 2003-01-23 02:26:20 +00:00
parent c4427cc1f3
commit f9818bff71

View file

@ -7,6 +7,10 @@
extern "C" {
#include <X11/Xatom.h>
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif