summaryrefslogtreecommitdiff
path: root/frontends/amiga/stringview/urlhistory.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/stringview/urlhistory.c')
-rw-r--r--frontends/amiga/stringview/urlhistory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/amiga/stringview/urlhistory.c b/frontends/amiga/stringview/urlhistory.c
index 7405fbb57..c1e37ea7e 100644
--- a/frontends/amiga/stringview/urlhistory.c
+++ b/frontends/amiga/stringview/urlhistory.c
@@ -18,6 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef __amigaos4__
#include <stdio.h>
#include <ctype.h>
#include <string.h>
@@ -123,3 +124,5 @@ void URLHistory_AddPage( const char * urlString )
urldb_iterate_partial(urlString, URLHistoryFound);
}
}
+#endif //__amigaos4__
+