From 5ac45472c7af8ccf686ea93791e491899889f087 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Mar 2011 13:58:02 +0000 Subject: Fix broken CONTENT_PLUGIN API. Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924 --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index 50ece50a5..a37d96c42 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -52,7 +52,7 @@ #include "image/ico.h" #endif #ifdef WITH_PLUGIN -#include "riscos/plugin.h" +#include "desktop/plugin.h" #endif #ifdef WITH_MNG #include "image/mng.h" -- cgit v1.2.3