diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-07-04 11:49:29 -0400 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-07-04 11:51:47 -0400 |
commit | 0444342c05f1d17eb1f5fb37b9c250a9c4acd5c7 (patch) | |
tree | d0b80590f7bcea765f113f9cdd5a7e7bf6e3bfc3 /ext | |
parent | bf5cbce3b41a209425be4fe9d6318e1111f5d02c (diff) |
caca: Do not include, unused, sys/time.h
Which moreover makes building on windows (mingw/msvc) fail:
https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5
Diffstat (limited to 'ext')
-rw-r--r-- | ext/libcaca/gstcacasink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/libcaca/gstcacasink.c b/ext/libcaca/gstcacasink.c index 4e35f083b..40fb52a70 100644 --- a/ext/libcaca/gstcacasink.c +++ b/ext/libcaca/gstcacasink.c @@ -39,8 +39,6 @@ #endif #include <string.h> -#include <sys/time.h> - #include "gstcacasink.h" |