blob: becdc5b31ae139a32c70934894da57fd88ebac32 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- mozilla-release/gfx/layers/BufferUnrotate.cpp.orig
+++ mozilla-release/gfx/layers/BufferUnrotate.cpp
@@ -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)
|