Fixing compiler error in non x86 arch.

Compiler is not getting the definition of NULL.

Change-Id: I521a99c715bb43e633abd4a26d73ad25bbbafc94
This commit is contained in:
Somnath Banerjee 2011-09-06 13:22:12 +00:00 committed by James Zern
parent dcfa509a28
commit a1ec07a618

View File

@ -9,6 +9,8 @@
//
// Author: Christian Duvivier (cduvivier@google.com)
#include <stddef.h> // for NULL
#include "./dsp.h"
#if defined(__cplusplus) || defined(c_plusplus)