1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-03-31 11:23:41 +03:00

Fix R5 BONE build.

svn path=/trunk/netsurf/; revision=5471
This commit is contained in:
François Revel 2008-10-02 16:52:45 +00:00
parent f9f9478901
commit 121ac2c698
2 changed files with 2 additions and 0 deletions

@ -23,6 +23,7 @@
#include <string.h>
#include <assert.h>
#include <Alert.h>
#include <String.h>
#include <TextControl.h>
#include <View.h>
#include <Window.h>

@ -41,6 +41,7 @@ extern "C" {
#include <InterfaceDefs.h>
#include <Message.h>
#include <ScrollBar.h>
#include <String.h>
#include <View.h>
#include <Window.h>