From a43f04cfb32b8694e55170039edcdb6242f13796 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 23 Dec 2018 22:35:01 +0100 Subject: [PATCH] lib/hardware: align to latest changes in libstb-hal repo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7a7c27e6e04f4782fdd0b653729ee47bd5e36c00 Author: vanhofen Date: 2018-12-23 (Sun, 23 Dec 2018) Origin message was: ------------------ - lib/hardware: align to latest changes in libstb-hal repo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/hardware/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hardware/video.h b/lib/hardware/video.h index 6da4b2929..eed9e9546 100644 --- a/lib/hardware/video.h +++ b/lib/hardware/video.h @@ -2,7 +2,7 @@ #include #include #elif USE_STB_HAL -#include +#include #include #else #error neither HAVE_COOL_HARDWARE nor USE_STB_HAL defined.