gallium: make p_winsys internal
[mesa.git] / src / mesa / state_tracker / st_cb_strings.c
index 09545aa8fb870c53170a2e9b9106ab076eee76de..27e396ab467f7989acc63073525943f246ed8216 100644 (file)
@@ -36,7 +36,8 @@
 #include "main/version.h"
 #include "pipe/p_context.h"
 #include "pipe/p_screen.h"
-#include "pipe/p_winsys.h"
+/* We want the name of the winsys we're running on*/
+#include "pipe/internal/p_winsys_screen.h"
 #include "st_context.h"
 #include "st_cb_strings.h"