13 lines
402 B
Text
13 lines
402 B
Text
$NetBSD: patch-ad,v 1.1 2000/07/31 17:02:25 tron Exp $
|
|
|
|
--- wmnet.c.orig Fri May 5 03:01:14 2000
|
|
+++ wmnet.c Mon Jul 31 19:00:30 2000
|
|
@@ -55,7 +55,7 @@
|
|
#include<X11/Xlib.h>
|
|
#include<X11/Xutil.h>
|
|
#include<X11/Xatom.h>
|
|
-#if defined (__FreeBSD__) || defined (__OpenBSD__)
|
|
+#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
|
|
# include<sys/socket.h>
|
|
# include"getopt.h"
|
|
#else
|