mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-29 23:39:56 +03:00
fix missing header for amiga warn user call
This commit is contained in:
parent
aa53519bcd
commit
148748b82c
@ -56,7 +56,7 @@
|
|||||||
#include "amiga/plugin_hack.h"
|
#include "amiga/plugin_hack.h"
|
||||||
#include "amiga/theme.h"
|
#include "amiga/theme.h"
|
||||||
#include "amiga/utf8.h"
|
#include "amiga/utf8.h"
|
||||||
|
#include "amiga/misc.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
AMI_CTX_ID_NONE = 0,
|
AMI_CTX_ID_NONE = 0,
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \file
|
||||||
|
* Amiga font handling implementation
|
||||||
|
*/
|
||||||
|
|
||||||
#include "amiga/os3support.h"
|
#include "amiga/os3support.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -31,15 +36,17 @@
|
|||||||
#include <diskfont/diskfonttag.h>
|
#include <diskfont/diskfonttag.h>
|
||||||
#include <diskfont/oterrors.h>
|
#include <diskfont/oterrors.h>
|
||||||
|
|
||||||
|
#include "utils/log.h"
|
||||||
|
#include "utils/nsoption.h"
|
||||||
|
#include "utils/utf8.h"
|
||||||
|
#include "utils/utils.h"
|
||||||
|
|
||||||
|
#include "amiga/misc.h"
|
||||||
#include "amiga/font.h"
|
#include "amiga/font.h"
|
||||||
#include "amiga/font_bullet.h"
|
#include "amiga/font_bullet.h"
|
||||||
#include "amiga/font_cache.h"
|
#include "amiga/font_cache.h"
|
||||||
#include "amiga/font_scan.h"
|
#include "amiga/font_scan.h"
|
||||||
|
|
||||||
#include "utils/log.h"
|
|
||||||
#include "utils/nsoption.h"
|
|
||||||
#include "utils/utf8.h"
|
|
||||||
#include "utils/utils.h"
|
|
||||||
|
|
||||||
#define NSA_UNICODE_FONT PLOT_FONT_FAMILY_COUNT
|
#define NSA_UNICODE_FONT PLOT_FONT_FAMILY_COUNT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user