memcpy() requires <string.h> - Federico

This commit is contained in:
Arturo Espinosa 1998-01-02 19:12:57 +00:00
parent c3a5564894
commit 0e9ff02e85

View File

@ -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"