blob: 388e3c748edf017a271a90bf15c99ab3d9aab85e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.2 2006/03/24 12:26:47 joerg Exp $
--- src/DnD.c.orig Sat Oct 9 20:45:23 1999
+++ src/DnD.c
@@ -21,8 +21,11 @@
#include <X11/cursorfont.h>
#include <stdio.h>
#include <stdlib.h>
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
#include <values.h>
-
+#else
+#define MAXINT 32
+#endif
#include "DnD.h"
/* #define DEBUG */
|