Commit 3d710f64 authored by David Fuhrmann's avatar David Fuhrmann

decomp: fix compilation

parent 5bd4542d
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
# undef HAVE_VMSPLICE # undef HAVE_VMSPLICE
#endif #endif
#include <signal.h>
static int OpenGzip (vlc_object_t *); static int OpenGzip (vlc_object_t *);
static int OpenBzip2 (vlc_object_t *); static int OpenBzip2 (vlc_object_t *);
static int OpenXZ (vlc_object_t *); static int OpenXZ (vlc_object_t *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment