glib-compat: Fix build on Windows

Include string.h to make the memcpy() function available.
This commit is contained in:
Tomasz Moń 2021-03-26 09:52:56 +01:00
parent 62af671bf3
commit 98cf147b19
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "config.h"
#include <glib.h>
#include <string.h>
#include "glib-compat.h"
#if !GLIB_CHECK_VERSION(2, 68, 0)