ports/x11/wmbutton/patches/patch-wmbutton_h

19 lines
510 B
Text

--- wmbutton.h.orig Fri Feb 11 20:56:09 2005
+++ wmbutton.h Thu Oct 19 09:11:53 2006
@@ -2,11 +2,11 @@
/* Last Modified 3/27/04 */
/****** Include Files ***************************************************/
-#include <Xlib.h>
-#include <Xutil.h>
-#include <xpm.h>
-#include <extensions/shape.h>
-#include <keysym.h>
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+#include <X11/keysym.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>