diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-09 07:52:54 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-04-09 07:52:54 +0100 |
commit | 71d90c11dd0a90a4defd3d56843dfcb1170310f5 (patch) | |
tree | ac1fd0f8ec52b72c1624c0b90d3d7cbc6a956772 /spawn.c | |
parent | 2546572e8e933d2762555eb1195f9a9e3aac050d (diff) | |
download | rtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.tar.gz rtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.tar.bz2 rtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.zip |
Solaris has no paths.h.
Diffstat (limited to 'spawn.c')
-rw-r--r-- | spawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ #include <sys/types.h> #include <errno.h> -#include <paths.h> #include <signal.h> #include <stdlib.h> #include <string.h> |