X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fphosphor.c;h=01818b75590f707d2de41770b64915052390fdfc;hp=5132cadd8001cf9c26117a207d52bf7b4cbac85d;hb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38 diff --git a/hacks/phosphor.c b/hacks/phosphor.c index 5132cadd..01818b75 100644 --- a/hacks/phosphor.c +++ b/hacks/phosphor.c @@ -27,7 +27,12 @@ #include #ifdef HAVE_FORKPTY -# include +# ifdef HAVE_PTY_H +# include +# endif +# ifdef HAVE_UTIL_H +# include +# endif #endif /* HAVE_FORKPTY */ extern XtAppContext app;