mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-28 12:24:18 +03:00
add missing stddef include for size_t
This commit is contained in:
parent
236e135d63
commit
0b50b8f3f7
@ -23,6 +23,8 @@
|
||||
#ifndef _NETSURF_DESKTOP_GUI_H_
|
||||
#define _NETSURF_DESKTOP_GUI_H_
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "utils/types.h"
|
||||
#include "utils/errors.h"
|
||||
#include "desktop/plot_style.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user