1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-28 13:00:45 +00:00

Add missing header after commit d93dc72e6dbaaa254eaf7ccf0b014d6af1bb45ea;hpb=0336b5d67daf0b03868c4e594a0eca15a4aecd00

This commit is contained in:
Nikolas Garofil 2010-03-08 18:13:55 +01:00
parent af02eab4b6
commit 7264b97e7a

View File

@ -38,6 +38,7 @@
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <memory>
#define MAX_HEADTAIL_LINES 30
#define DEFAULT_MAX_HEADTAIL_USES 2