From: Dana Jansens Date: Thu, 23 Jan 2003 02:26:20 +0000 (+0000) Subject: add stdio.h X-Git-Tag: openbox-2_3_0~256 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f9818bff717b306db942602b4e35d70903c6fc61;p=dana%2Fopenbox.git 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