Fixed missing include

This commit is contained in:
Michael Jumper 2011-03-20 19:38:36 -07:00
parent d6a5d70278
commit b16eda0d48

View File

@ -38,6 +38,8 @@
#ifndef _GUAC_LOG_H
#define _GUAC_LOG_H
#include <stdarg.h>
/**
* Provides basic cross-platform logging facilities.
*