13e1d5b88f
putenv(), and don't set _POSIX_SOURCE.
12 lines
259 B
Text
12 lines
259 B
Text
$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>
|