Bug 866358: Add missing #include to fix "implicit declaration" build warning. r=ehugg

This commit is contained in:
Daniel Holbert 2013-04-27 00:27:40 -07:00
parent 57149c23bc
commit d47562e417

View File

@ -5,6 +5,7 @@
#include "sdp_os_defs.h"
#include "sdp.h"
#include "sdp_private.h"
#include "vcm.h"
#include "CSFLog.h"
static const char* logTag = "sdp_main";