blob: ca1a7c95fff8e7c772a2f2aab7a06e43bbfc97a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- netsurf-2.9/framebuffer/font_internal.c
+++ netsurf-2.9/framebuffer/font_internal.c
@@ -18,6 +18,7 @@
*/
#include <inttypes.h>
+#include <string.h>
#include <assert.h>
#include "css/css.h"
|