all repos — fluxbox @ 217af49664365c485b7d610808ba2a83e74f4972

custom fork of the fluxbox windowmanager

add unistd include for fork
rathnor rathnor
commit

217af49664365c485b7d610808ba2a83e74f4972

parent

1562b553951d90d41fba33f9820e450a62e25d91

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util/fbrun/FbRun.ccutil/fbrun/FbRun.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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/Xlib.h>

#include <X11/keysym.h> #include <X11/Xutil.h> #include <X11/cursorfont.h> +#include <unistd.h> #include <iostream> #include <iterator>