[vte/wip/sixels: 30/111] image: Use proper search path for config.h




commit d2d592df71ca83236c8891360a4eed9d37b7152a
Author: Hans Petter Jansson <hpj cl no>
Date:   Sat Aug 8 20:42:48 2020 +0200

    image: Use proper search path for config.h

 src/image.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/image.cc b/src/image.cc
index 79c08e20..dc7f96be 100644
--- a/src/image.cc
+++ b/src/image.cc
@@ -16,7 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <config.h>
+#include "config.h"
+
 #include <glib.h>
 #include <stdio.h>
 #include "vteinternal.hh"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]