]> source.dussan.org Git - tigervnc.git/commitdiff
Add missing config.h includes
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 06:02:48 +0000 (08:02 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 4 Sep 2024 09:27:20 +0000 (11:27 +0200)
common/rfb/AccessRights.cxx
common/rfb/H264Decoder.cxx
common/rfb/H264DecoderContext.cxx
common/rfb/H264LibavDecoderContext.cxx
common/rfb/H264WinDecoderContext.cxx

index 65e6ce24f336539f2819596656c19b9459bddbe9..393979c753004c52bb66fe553d96733f1525ca52 100644 (file)
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "AccessRights.h"
 
 namespace rfb
index 1a310a3c17cba59961b4202d24b4103b593eb09c..3178a17beab0758c71e8561e3f757a50d4a00ae3 100644 (file)
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #define MAX_H264_INSTANCES 64
 
 #include <deque>
index ab990079dc3fbec665fa6580a1ad0690bc4883b1..87ac0d8535b0f5e3b4e1c9735f418c11b7c6ed23 100644 (file)
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <os/Mutex.h>
 #include <rfb/Exception.h>
 #include <rfb/LogWriter.h>
index 73bfb68c3820e5ba7c6703b6ff302e1bfedc3f7e..fa2f367b3f5a08e332744a98fd990fd66f5c812c 100644 (file)
@@ -18,6 +18,9 @@
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 extern "C" {
 #include <libavutil/imgutils.h>
index 8422b5c4bb8d08678c648a744e9ee25a395c9c7b..a9b139428d4b82d146d29c544863ba3b01ebd794 100644 (file)
  * USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <mfapi.h>
 #include <mferror.h>
 #include <wmcodecdsp.h>