Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 122fe7e1 authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc

Merge commit '4d0e827d' into eclair-mr2-plus-aosp

* commit '4d0e827d':
  Attempt to fix simular build break.
parents 2473eb4a 4d0e827d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "M4vH263Decoder"
#include <utils/Log.h>

#include <stdlib.h> // for free
#include "ESDS.h"
#include "M4vH263Decoder.h"

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

#include <stdint.h>
#include <string.h>
#include <stdlib.h> // for free, malloc, etc

// Redefine the int types
typedef uint8_t uint8;