Bug 929439 - Include string.h for memcpy. r=bgirard

This commit is contained in:
Steve Singer 2013-10-23 16:39:00 +01:00
parent b9c33b5182
commit 3ace39f703

View File

@ -8,6 +8,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void BufferUnrotate(uint8_t* aBuffer, int aByteWidth, int aHeight,
int aByteStride, int aXBoundary, int aYBoundary)