aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-04-21 14:58:44 (GMT)
committerrathnor <rathnor>2004-04-21 14:58:44 (GMT)
commit217af49664365c485b7d610808ba2a83e74f4972 (patch)
tree9581dd1b88cd99c0379a78f69e9bb6d530a9b049 /util/fbrun
parent1562b553951d90d41fba33f9820e450a62e25d91 (diff)
downloadfluxbox-217af49664365c485b7d610808ba2a83e74f4972.zip
fluxbox-217af49664365c485b7d610808ba2a83e74f4972.tar.bz2
add unistd include for fork
Diffstat (limited to 'util/fbrun')
-rw-r--r--util/fbrun/FbRun.cc3
1 files changed, 2 insertions, 1 deletions
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 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbRun.cc,v 1.28 2004/04/19 18:10:44 fluxgen Exp $ 22// $Id: FbRun.cc,v 1.29 2004/04/21 14:58:44 rathnor Exp $
23 23
24#include "FbRun.hh" 24#include "FbRun.hh"
25 25
@@ -42,6 +42,7 @@
42#include <X11/keysym.h> 42#include <X11/keysym.h>
43#include <X11/Xutil.h> 43#include <X11/Xutil.h>
44#include <X11/cursorfont.h> 44#include <X11/cursorfont.h>
45#include <unistd.h>
45 46
46#include <iostream> 47#include <iostream>
47#include <iterator> 48#include <iterator>