Add missing header for memcpy

string.h is needed for memcpy

SVN revision: 44934
This commit is contained in:
Sebastian Dransfeld 2010-01-07 00:31:24 +00:00
parent 8007e73077
commit 65f11b79c2
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <X11/Xutil.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <string.h>
static int _composite_available;