diff options
author | David Robillard <d@drobilla.net> | 2008-01-17 19:36:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-17 19:36:50 +0000 |
commit | 49329abcdbecdcd1cefcac9d73e9a14df5c14798 (patch) | |
tree | 90fe7fb875a7fdc09ebdde26a0de45203f9ba2d4 /src/slv2_internal.h | |
parent | 9ed34d303980e322634eb57b60ad03812a33b506 (diff) | |
download | lilv-49329abcdbecdcd1cefcac9d73e9a14df5c14798.tar.gz lilv-49329abcdbecdcd1cefcac9d73e9a14df5c14798.tar.bz2 lilv-49329abcdbecdcd1cefcac9d73e9a14df5c14798.zip |
Update LV2 UI header.
git-svn-id: http://svn.drobilla.net/lad/slv2@1066 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 07df8f5..36025fe 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -28,7 +28,7 @@ extern "C" { #include <inttypes.h> #include <librdf.h> #include <slv2/types.h> -#include <slv2/lv2_gui.h> +#include <slv2/lv2_ui.h> |