blob: 36254584e1f59ee4857ee9836501abeb34735b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2002/04/15 20:42:22 fredb Exp $
--- Manager.C.orig Mon Apr 23 04:10:42 2001
+++ Manager.C
@@ -7,6 +7,7 @@
#include <X11/Xlocale.h>
#endif
+#include <stdlib.h>
#include <string.h>
#include <X11/Xproto.h>
#include <X11/keysym.h>
|