From 14969adaec60e7c4c5f74299bc51c458b58d11e1 Mon Sep 17 00:00:00 2001 From: David Fort Date: Tue, 20 Jun 2017 10:01:50 +0200 Subject: [PATCH] Fix openh264 backend compilation --- libfreerdp/codec/h264_openh264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfreerdp/codec/h264_openh264.c b/libfreerdp/codec/h264_openh264.c index fff599eeb..451a5bfde 100644 --- a/libfreerdp/codec/h264_openh264.c +++ b/libfreerdp/codec/h264_openh264.c @@ -18,6 +18,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include #include #include "wels/codec_def.h"