summaryrefslogtreecommitdiff
path: root/image/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/mng.h')
-rw-r--r--image/mng.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/mng.h b/image/mng.h
index 20a0462b0..1a3c8852d 100644
--- a/image/mng.h
+++ b/image/mng.h
@@ -27,7 +27,6 @@
#ifdef WITH_MNG
#include <stdbool.h>
-#include <libmng.h>
struct content;
@@ -38,7 +37,7 @@ struct content_mng_data {
int read_size;
bool waiting;
bool displayed;
- mng_handle handle;
+ void *handle;
};
bool nsmng_create(struct content *c, const char *params[]);