aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/H264LibavDecoderContext.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-09-03 08:02:48 +0200
committerPierre Ossman <ossman@cendio.se>2024-09-04 11:27:20 +0200
commit1f3e77d75a912b30f554d745a56f5da1e4de966e (patch)
treeb23dca888f748d3b15e421228301f1d38b72db63 /common/rfb/H264LibavDecoderContext.cxx
parentda1adb5073dad2ae9cd968dc6f213c9f027c46ce (diff)
downloadtigervnc-1f3e77d75a912b30f554d745a56f5da1e4de966e.tar.gz
tigervnc-1f3e77d75a912b30f554d745a56f5da1e4de966e.zip
Add missing config.h includes
Diffstat (limited to 'common/rfb/H264LibavDecoderContext.cxx')
-rw-r--r--common/rfb/H264LibavDecoderContext.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/H264LibavDecoderContext.cxx b/common/rfb/H264LibavDecoderContext.cxx
index 73bfb68c..fa2f367b 100644
--- a/common/rfb/H264LibavDecoderContext.cxx
+++ b/common/rfb/H264LibavDecoderContext.cxx
@@ -18,6 +18,9 @@
* USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
extern "C" {
#include <libavutil/imgutils.h>