019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
14 lines
339 B
Text
14 lines
339 B
Text
$NetBSD: patch-dg,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/util.c~ 1998-04-16 18:08:50.000000000 -0400
|
|
+++ server/util.c 2008-08-31 02:25:16.000000000 -0400
|
|
@@ -35,6 +35,9 @@
|
|
#ifdef SVR4
|
|
#include <sys/utsname.h>
|
|
#endif
|
|
+#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <signal.h>
|
|
|
|
#include <X11/X.h>
|