mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
memcpy() requires <string.h> - Federico
This commit is contained in:
parent
c3a5564894
commit
0e9ff02e85
@ -44,6 +44,7 @@
|
||||
to the TARGETS request, though I don't really think so ... */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <gdk/gdkx.h>
|
||||
/* we need this for gdk_window_lookup() */
|
||||
#include "gtkmain.h"
|
||||
|
Loading…
Reference in New Issue
Block a user