From 217af49664365c485b7d610808ba2a83e74f4972 Mon Sep 17 00:00:00 2001
From: rathnor <rathnor>
Date: Wed, 21 Apr 2004 14:58:44 +0000
Subject: add unistd include for fork

---
 util/fbrun/FbRun.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc
index 11beb77..8e8e1c0 100644
--- a/util/fbrun/FbRun.cc
+++ b/util/fbrun/FbRun.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: FbRun.cc,v 1.28 2004/04/19 18:10:44 fluxgen Exp $
+// $Id: FbRun.cc,v 1.29 2004/04/21 14:58:44 rathnor Exp $
 
 #include "FbRun.hh"
 
@@ -42,6 +42,7 @@
 #include <X11/keysym.h>
 #include <X11/Xutil.h>
 #include <X11/cursorfont.h>
+#include <unistd.h>
 
 #include <iostream>
 #include <iterator>
-- 
cgit v0.11.2