019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
14 lines
355 B
Text
14 lines
355 B
Text
$NetBSD: patch-bf,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/client.c~ 1997-10-21 15:53:24.000000000 -0400
|
|
+++ server/client.c 2008-08-31 00:29:25.000000000 -0400
|
|
@@ -32,7 +32,9 @@
|
|
#ifdef _AIX
|
|
#include <sys/select.h>
|
|
#endif
|
|
+#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <X11/X.h>
|
|
#include "xmx.h"
|
|
#include "res.h"
|