mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 19:30:10 +01:00
[script] Add missing include <string.h>
As reported by Magnus Boman <captain.magnus@gmail.com>. Fixes Bug 22610 -- Patch to add missing include in util/cairo-script/csi-replay.c http://bugs.freedesktop.org/show_bug.cgi?id=22610
This commit is contained in:
parent
97bd2228a6
commit
dcb7f1d034
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static const cairo_user_data_key_t _key;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue