019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
389 B
Text
12 lines
389 B
Text
$NetBSD: patch-cx,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/rx.c~ 1998-02-04 14:54:56.000000000 -0500
|
|
+++ server/rx.c 2008-08-31 02:15:00.000000000 -0400
|
|
@@ -38,6 +38,7 @@
|
|
* less explicit overhead. *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
#define NEED_REPLIES
|
|
#define NEED_EVENTS
|
|
#include <X11/X.h>
|