1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

Extra includes to fix compiling on FreeBSD

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
This commit is contained in:
Nikos Ntarmos 2009-03-28 19:53:35 +02:00 committed by Phil Sutter
parent d9923abaa9
commit b3a91362de
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/socket.h>
#include <sys/stat.h>

View File

@ -2,6 +2,7 @@
#define _MAIL_H
#include "timed_thread.h"
#include <time.h>
extern char *current_mail_spool;