diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-02 12:08:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-02 12:08:34 +0000 |
commit | c01251d02388efceca515c47c257e2b5342e3716 (patch) | |
tree | ca89407cb43bd2caa40a6854ba49ce1720e892ce /osdep-cygwin.c | |
parent | 5c275c2a1a963876d4ac392067e42120417dbf43 (diff) | |
parent | 1466b570eedda0423d5a386d2b16b7ff0c0e477c (diff) | |
download | rtmux-c01251d02388efceca515c47c257e2b5342e3716.tar.gz rtmux-c01251d02388efceca515c47c257e2b5342e3716.tar.bz2 rtmux-c01251d02388efceca515c47c257e2b5342e3716.zip |
Merge branch 'master' into 3.2-rc
Diffstat (limited to 'osdep-cygwin.c')
-rw-r--r-- | osdep-cygwin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep-cygwin.c b/osdep-cygwin.c index 60630b33..4346373c 100644 --- a/osdep-cygwin.c +++ b/osdep-cygwin.c @@ -19,7 +19,6 @@ #include <sys/param.h> #include <sys/stat.h> -#include <event.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> |