From a2be2530bc72fd3445f23a09c162e1c9b33e4680 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 15 Nov 2013 18:57:15 +0100 Subject: [PATCH] Fix incorrect #include for glib. The #include should be , pkg-config takes care of the include directories etc. This fixes the build on e.g. NetBSD. --- pv/prop/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/prop/property.h b/pv/prop/property.h index 22e211b1..0b4bc7b0 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -21,7 +21,7 @@ #ifndef PULSEVIEW_PV_PROP_PROPERTY_H #define PULSEVIEW_PV_PROP_PROPERTY_H -#include +#include #include -- 2.30.2