diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-16 20:27:00 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-16 20:27:00 +0100 |
commit | dc56b3cd32d7d76946d162b63d3823ddf7cc470d (patch) | |
tree | 47bc045e5aaa6cc84d870d42b54b0826077d50fc /popup.c | |
parent | 2bc05db54f22ae9d1e0c73a6b42518fdc8bec81e (diff) | |
download | rtmux-dc56b3cd32d7d76946d162b63d3823ddf7cc470d.tar.gz rtmux-dc56b3cd32d7d76946d162b63d3823ddf7cc470d.tar.bz2 rtmux-dc56b3cd32d7d76946d162b63d3823ddf7cc470d.zip |
No paths.h.
Diffstat (limited to 'popup.c')
-rw-r--r-- | popup.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ #include <sys/types.h> #include <sys/wait.h> -#include <paths.h> #include <signal.h> #include <stdlib.h> #include <string.h> |