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

Fix compile error.

This commit is contained in:
Brenden Matthews 2009-03-29 23:35:42 -06:00
parent 9f6c13e16a
commit a301b24a8e

View File

@ -36,6 +36,7 @@
#include <net/if.h>
#include <netinet/in.h>
#include <pthread.h>
#include <unistd.h>
#include "diskio.h"
/* check for OS and include appropriate headers */