[project @ 2005-06-23 17:37:34 by rjw]

Unbreak the build.

svn path=/import/netsurf/; revision=1763
This commit is contained in:
Richard Wilson 2005-06-23 17:37:34 +00:00
parent f559054c1a
commit 3150c97459
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
//#include <unixlib/features.h>
#include <unixlib/features.h>
#include <unixlib/local.h>
#include "oslib/font.h"
#include "oslib/help.h"
@ -111,7 +111,7 @@
int os_version = 0;
const char * const __dynamic_da_name = "NetSurf"; /**< For UnixLib. */
const char *__dynamic_da_name = "NetSurf"; /**< For UnixLib. */
int __dynamic_da_max_size = 128 * 1024 * 1024; /**< For UnixLib. */
int __feature_imagefs_is_file = 1; /**< For UnixLib. */
/* default filename handling */