diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-21 13:07:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-21 13:07:50 +0000 |
commit | 48c36d628aa10183eda59bccc035f154b7cea767 (patch) | |
tree | 5004ee16d0f6327507cb693c155a23fe09816039 /cmd.c | |
parent | e2a80151ae4a4451a7d7d847c214c6127925304d (diff) | |
download | rtmux-48c36d628aa10183eda59bccc035f154b7cea767.tar.gz rtmux-48c36d628aa10183eda59bccc035f154b7cea767.tar.bz2 rtmux-48c36d628aa10183eda59bccc035f154b7cea767.zip |
No paths.h in cmd.c; add _PATH_DEV for Solaris.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.105 2009-07-17 18:32:54 tcunha Exp $ */ +/* $Id: cmd.c,v 1.106 2009-07-21 13:07:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -20,7 +20,6 @@ #include <sys/time.h> #include <fnmatch.h> -#include <paths.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |