13 lines
415 B
Diff
13 lines
415 B
Diff
diff --git a/cut-n-paste/totem-screensaver/totem-scrsaver.c b/cut-n-paste/totem-screensaver/totem-scrsaver.c
|
|
index 92ea6bb..a508c76 100644
|
|
--- a/cut-n-paste/totem-screensaver/totem-scrsaver.c
|
|
+++ b/cut-n-paste/totem-screensaver/totem-scrsaver.c
|
|
@@ -32,6 +32,7 @@
|
|
#ifdef GDK_WINDOWING_X11
|
|
#include <gdk/gdkx.h>
|
|
#include <X11/keysym.h>
|
|
+#include <X11/Xlib.h>
|
|
|
|
#ifdef HAVE_XTEST
|
|
#include <X11/extensions/XTest.h>
|