From: Uwe Hermann Date: Fri, 15 Nov 2013 17:57:15 +0000 (+0100) Subject: Fix incorrect #include for glib. X-Git-Tag: pulseview-0.2.0~228 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=a2be2530bc72fd3445f23a09c162e1c9b33e4680 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. --- 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