From: Dana Jansens Date: Thu, 23 Jan 2003 02:26:20 +0000 (+0000) Subject: add stdio.h X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f9818bff717b306db942602b4e35d70903c6fc61;p=chaz%2Fopenbox add stdio.h --- diff --git a/otk/util.cc b/otk/util.cc index 16703247..a2b784e7 100644 --- a/otk/util.cc +++ b/otk/util.cc @@ -7,6 +7,10 @@ extern "C" { #include +#ifdef HAVE_STDIO_H +#include +#endif + #ifdef HAVE_STRING_H #include #endif