1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 12:27:52 +00:00

Add missing include.

This commit is contained in:
Brenden Matthews 2010-06-18 10:35:41 -07:00
parent dfdbbddc36
commit abda74d9fc

View File

@ -26,6 +26,8 @@
#include "logging.h"
#include "build.h"
#include <ctype.h>
#ifdef LUA_EXTRAS
#include <tolua++.h>
#endif /* LUA_EXTRAS */