13 lines
366 B
Text
13 lines
366 B
Text
|
$NetBSD: patch-bv,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
||
|
|
||
|
--- server/expos.c~ 1998-03-17 11:45:01.000000000 -0500
|
||
|
+++ server/expos.c 2008-08-31 01:30:01.000000000 -0400
|
||
|
@@ -29,6 +29,7 @@
|
||
|
* *
|
||
|
************************************************************************/
|
||
|
#define NEED_EVENTS
|
||
|
+#include <stdlib.h>
|
||
|
#include <X11/Xproto.h>
|
||
|
#include <X11/X.h>
|
||
|
|