diff options
Diffstat (limited to 'hw/xfree86/xf8_32bpp/cfbcpyarea.c')
-rw-r--r-- | hw/xfree86/xf8_32bpp/cfbcpyarea.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/xf8_32bpp/cfbcpyarea.c b/hw/xfree86/xf8_32bpp/cfbcpyarea.c index 1a17220ab..6958861ec 100644 --- a/hw/xfree86/xf8_32bpp/cfbcpyarea.c +++ b/hw/xfree86/xf8_32bpp/cfbcpyarea.c @@ -4,6 +4,8 @@ #include <xorg-config.h> #endif +#include <stdlib.h> + #include <X11/X.h> #include <X11/Xmd.h> #include "servermd.h" |