mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
$NetBSD: patch-ai,v 1.2 2005/07/08 09:47:02 adam Exp $
|
|
|
|
--- WINGs/dragsource.c.orig 2004-10-28 09:29:59.000000000 +0000
|
|
+++ WINGs/dragsource.c
|
|
@@ -3,6 +3,8 @@
|
|
#include "wconfig.h"
|
|
#include "WINGsP.h"
|
|
|
|
+#include <X11/Xlib.h>
|
|
+#include <X11/Xutil.h>
|
|
#include <X11/Xatom.h>
|
|
#include <X11/cursorfont.h>
|
|
#ifdef SHAPE
|