1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/x11-wm/uwm/files/patch-ac
Trevor Johnson df2c154abf Add uwm version 19881027, a no-frills window manager from X11R3.
Obtained from:	NetBSD pkgsrc/x11/uwm
2000-10-16 21:41:56 +00:00

18 lines
368 B
Plaintext

$NetBSD: patch-ac,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $
--- uwm.h.orig Mon Oct 24 19:08:24 1988
+++ uwm.h Thu Dec 23 00:27:02 1999
@@ -39,6 +39,12 @@
#include <errno.h>
#include <stdio.h>
+#ifdef CSRG_BASED
+#include <unistd.h>
+#endif
+#ifndef X_NOT_STDC_ENV
+#include <stdlib.h>
+#endif
#include <X11/Xos.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>