mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
11 lines
344 B
Diff
11 lines
344 B
Diff
--- 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)
|