1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Add a missing include

This commit is contained in:
Pavel Labath 2012-07-19 17:53:19 +02:00
parent 3cca68ed3e
commit 8bae807f68

View File

@ -25,6 +25,7 @@
#define SEMAPHORE_HH
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <stdexcept>