Fix build errors on OS X Lion.

TBR=henrika@webrtc.org
TEST=build on Lion, trybots
Review URL: https://webrtc-codereview.appspot.com/583005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2261 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2012-05-18 19:02:42 +00:00
parent e3ba738ba3
commit b3bea2eb3e
2 changed files with 4 additions and 2 deletions

View File

@@ -10,9 +10,11 @@
//TODO(hlundin): Reformat file to meet style guide.
#include <assert.h>
#include <stdio.h>
/* header includes */
#include "typedefs.h"
#include "stdio.h"
#include "webrtc_neteq.h"
#include "webrtc_neteq_internal.h"
#include "webrtc_neteq_help_macros.h"