diff options
Diffstat (limited to 'nxcomp/Fork.cpp')
-rw-r--r-- | nxcomp/Fork.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcomp/Fork.cpp b/nxcomp/Fork.cpp index e1f91bd2f..48faa2992 100644 --- a/nxcomp/Fork.cpp +++ b/nxcomp/Fork.cpp @@ -1,6 +1,6 @@ /**************************************************************************/ /* */ -/* Copyright (c) 2001, 2009 NoMachine, http://www.nomachine.com/. */ +/* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/. */ /* */ /* NXCOMP, NX protocol compression and NX extensions to this software */ /* are copyright of NoMachine. Redistribution and use of the present */ @@ -17,6 +17,7 @@ #include <unistd.h> +#include "Fork.h" #include "Misc.h" #include "Timestamp.h" |