Fix: Add header needed for read_tcp
authorNikolas Garofil <garo@dunaldi.garofil.be>
Sat, 8 Aug 2009 00:49:28 +0000 (02:49 +0200)
committerNikolas Garofil <garo@dunaldi.garofil.be>
Sat, 8 Aug 2009 00:49:28 +0000 (02:49 +0200)
src/conky.h

index 1742526..4af6a49 100644 (file)
@@ -35,6 +35,7 @@
 #include "config.h"    /* defines */
 #include "common.h"    /* at least for struct dns_data */
 #include <sys/utsname.h> /* struct uname_s */
+#include <arpa/inet.h>
 
 #if defined(HAS_MCHECK_H)
 #include <mcheck.h>