summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-20 00:56:00 +0000
committerDavid Robillard <d@drobilla.net>2008-05-20 00:56:00 +0000
commit99ea289658f06b2ff53cebd91113c1f1db6c0e09 (patch)
treec1736698b639aebf32a9bc607129246300c5e809 /src
parent6b37e76f16fa1e51cd6d6f347a3d5e1206348a49 (diff)
downloadingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.tar.gz
ingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.tar.bz2
ingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.zip
Fix LV2 include issues.
Fix GCC 4.3 compilation. git-svn-id: http://svn.drobilla.net/lad/ingen@1220 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/libs/engine/LV2Info.hpp4
-rw-r--r--src/libs/shared/LV2Features.cpp1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/engine/LV2Info.hpp b/src/libs/engine/LV2Info.hpp
index 1fff0b92..d7da8185 100644
--- a/src/libs/engine/LV2Info.hpp
+++ b/src/libs/engine/LV2Info.hpp
@@ -29,8 +29,8 @@
#include "module/global.hpp"
#include "module/World.hpp"
#include "shared/LV2URIMap.hpp"
-#include "lv2/uri_map/lv2_uri_map.h"
-#include "lv2/event/lv2_event.h"
+#include "lv2ext/lv2_uri_map.h"
+#include "lv2ext/lv2_event.h"
namespace Ingen {
diff --git a/src/libs/shared/LV2Features.cpp b/src/libs/shared/LV2Features.cpp
index b86f45dc..aed4ab66 100644
--- a/src/libs/shared/LV2Features.cpp
+++ b/src/libs/shared/LV2Features.cpp
@@ -15,6 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <cstdlib>
#include "LV2Features.hpp"
#include "LV2URIMap.hpp"