mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 10:52:07 +03:00
Include string.h. Thanks to joty.
svn path=/trunk/netsurf/; revision=3829
This commit is contained in:
parent
d67a84f7e3
commit
1d849805b4
@ -399,6 +399,7 @@ any(A) ::= ASTERISK(B).
|
||||
%extra_argument { struct css_parser_params *param }
|
||||
%include {
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#define CSS_INTERNALS
|
||||
#include "css/css.h"
|
||||
|
Loading…
Reference in New Issue
Block a user