diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-11 23:59:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-11 23:59:34 +0000 |
commit | 3e93bdf31be154dc935aa45c0d5cb9a718c16e6a (patch) | |
tree | a24f8c34cf094d316c6bcb6422e30a03428ced9c | |
parent | bc236109fd8b858f1bfd7e4b9c5d5e493bdd1563 (diff) | |
download | rtmux-3e93bdf31be154dc935aa45c0d5cb9a718c16e6a.tar.gz rtmux-3e93bdf31be154dc935aa45c0d5cb9a718c16e6a.tar.bz2 rtmux-3e93bdf31be154dc935aa45c0d5cb9a718c16e6a.zip |
Do not include paths.h, since it's OS-dependent, due to OpenBSD patchset 374.
-rw-r--r-- | job.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: job.c,v 1.1 2009-10-11 23:55:26 tcunha Exp $ */ +/* $Id: job.c,v 1.2 2009-10-11 23:59:34 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -19,7 +19,6 @@ #include <sys/types.h> #include <fcntl.h> -#include <paths.h> #include <string.h> #include <unistd.h> |