projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88cd7da
)
Fix incorrect #include for glib.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 15 Nov 2013 17:57:15 +0000
(18:57 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 15 Nov 2013 17:57:15 +0000
(18:57 +0100)
The #include should be <glib.h>, pkg-config takes care of the include
directories etc.
This fixes the build on e.g. NetBSD.
pv/prop/property.h
patch
|
blob
|
history
diff --git
a/pv/prop/property.h
b/pv/prop/property.h
index 22e211b1936905146d5d80118a2756dc5859b7da..0b4bc7b0ed9223bca1f20706688924812d41a51f 100644
(file)
--- 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 <glib
-2.0/glib
.h>
+#include <glib.h>
#include <boost/function.hpp>