Fixed missing include
This commit is contained in:
parent
d6a5d70278
commit
b16eda0d48
@ -38,6 +38,8 @@
|
||||
#ifndef _GUAC_LOG_H
|
||||
#define _GUAC_LOG_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/**
|
||||
* Provides basic cross-platform logging facilities.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user