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:
parent
d9923abaa9
commit
b3a91362de
@ -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>
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define _MAIL_H
|
||||
|
||||
#include "timed_thread.h"
|
||||
#include <time.h>
|
||||
|
||||
extern char *current_mail_spool;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user