From 97c26978b23d85439e5dbeea26520b982ebf8473 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 7 Oct 2016 21:19:07 +0200 Subject: Pending.c: conditionally include stdio.h --- nx-X11/lib/X11/Pending.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx-X11/lib/X11/Pending.c b/nx-X11/lib/X11/Pending.c index 10fa82fd5..dc52c81dc 100644 --- a/nx-X11/lib/X11/Pending.c +++ b/nx-X11/lib/X11/Pending.c @@ -24,7 +24,9 @@ in this Software without prior written authorization from The Open Group. */ +#if defined(NX_TRANS_SOCKET) && defined(NX_TRANS_TEST) #include +#endif #ifdef HAVE_CONFIG_H #include -- cgit v1.2.3