20829N/Adiff --git a/toolkit/xre/glxtest.cpp b/toolkit/xre/glxtest.cpp
20829N/A--- a/toolkit/xre/glxtest.cpp
20829N/A+++ b/toolkit/xre/glxtest.cpp
20829N/A@@ -54,16 +54,20 @@
20829N/A #include <cstdio>
20829N/A #include <cstdlib>
20829N/A #include <unistd.h>
20829N/A #include <GL/gl.h>
20829N/A #include <GL/glx.h>
20829N/A #include <dlfcn.h>
20829N/A #include "nscore.h"
20829N/A
20829N/A+#ifdef SOLARIS
20829N/A+#include <stdio.h>
20829N/A+#endif
20829N/A+
20829N/A namespace mozilla {
20829N/A namespace widget {
20829N/A // the read end of the pipe, which will be used by GfxInfo
20829N/A extern int glxtest_pipe;
20829N/A // the PID of the glxtest process, to pass to waitpid()
20829N/A extern pid_t glxtest_pid;
20829N/A }
20829N/A }