aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-04-09 07:52:54 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-04-09 07:52:54 +0100
commit71d90c11dd0a90a4defd3d56843dfcb1170310f5 (patch)
treeac1fd0f8ec52b72c1624c0b90d3d7cbc6a956772
parent2546572e8e933d2762555eb1195f9a9e3aac050d (diff)
downloadrtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.tar.gz
rtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.tar.bz2
rtmux-71d90c11dd0a90a4defd3d56843dfcb1170310f5.zip
Solaris has no paths.h.
-rw-r--r--spawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spawn.c b/spawn.c
index 7812696b..0b6f2ed6 100644
--- a/spawn.c
+++ b/spawn.c
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <errno.h>
-#include <paths.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>