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