From: Steinar H. Gunderson Date: Sat, 28 Oct 2017 11:00:16 +0000 (+0200) Subject: Add a missing #include. X-Git-Tag: 1.6.3~4 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=a13e862be5f67802e5a9e04b150e2ed2ca6ffae0 Add a missing #include. --- diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index e573caa..f718c70 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -35,6 +35,7 @@ extern "C" { #include #include #include +#include } #include "bmusb/bmusb.h"