summaryrefslogtreecommitdiff
path: root/wm/uwm/patches/patch-ac
blob: aa03d125949146740afdc483f4b397d8329479f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz 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>