summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-09 21:00:11 -0400
committerDavid Robillard <d@drobilla.net>2022-05-09 21:00:11 -0400
commit678353c05cc1d76b7da0ca4bfe65cc9bf6ecb775 (patch)
tree6f2f2a716bec40d8282c31e19f663c44b240563d /src/world.c
parent7efa554e1bf876888ff62a2ef3aee9447f748aca (diff)
downloadlilv-678353c05cc1d76b7da0ca4bfe65cc9bf6ecb775.tar.gz
lilv-678353c05cc1d76b7da0ca4bfe65cc9bf6ecb775.tar.bz2
lilv-678353c05cc1d76b7da0ca4bfe65cc9bf6ecb775.zip
Fix build on Windows with dyn-manifest enabled
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 47dc147..0e9bd2e 100644
--- a/src/world.c
+++ b/src/world.c
@@ -29,7 +29,6 @@
#ifdef LILV_DYN_MANIFEST
# include "lv2/dynmanifest/dynmanifest.h"
-# include <dlfcn.h>
#endif
#include <assert.h>