14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
$NetBSD: patch-aj,v 1.4 2014/10/07 16:11:11 adam Exp $
|
|
|
|
--- src/switchpanel.c.orig 2014-08-30 12:29:09.000000000 +0000
|
|
+++ src/switchpanel.c
|
|
@@ -37,6 +37,8 @@
|
|
|
|
|
|
#ifdef USE_XSHAPE
|
|
+#include <X11/Xlib.h>
|
|
+#include <X11/Xutil.h>
|
|
#include <X11/extensions/shape.h>
|
|
#endif
|
|
|