Bug 1151202 - libstagefright: Fix compilation for systems without <sys/cdefs.h>. r=cpearce

This commit is contained in:
Felix Janda 2015-02-05 22:26:24 +01:00
parent ebf878c014
commit 5ed67c1af5

View File

@ -17,7 +17,7 @@
#ifndef __CUTILS_PROPERTIES_H
#define __CUTILS_PROPERTIES_H
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stddef.h>
#ifdef __cplusplus