blob: 413035792e0b5545edbd50d75f000c97b0141cc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-an,v 1.1 2004/02/18 23:09:03 kristerw Exp $
--- Runner/Runner.cc.orig Wed Feb 18 22:41:03 2004
+++ Runner/Runner.cc Wed Feb 18 22:42:27 2004
@@ -2,6 +2,7 @@
#include <X11/Xutil.h>
#include <stdio.h> // can't use Utils.hh
#include <unistd.h>
+#include <stdlib.h>
#include "PathConfig.hh"
#define client_path ClientBinInstallPath
|