aboutsummaryrefslogtreecommitdiffstats
path: root/xlib.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 16:38:53 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 16:52:36 +0200
commit2d18ede622fcdb7dc5d53863c711437bef79fe76 (patch)
tree67a57b9dff2d0d66366de12e3038781a79dab5e9 /xlib.c
parent6cb406b3eef4a54ba8bc2e7d3d1fb619f0a5d219 (diff)
downloadpingu-2d18ede622fcdb7dc5d53863c711437bef79fe76.tar.bz2
pingu-2d18ede622fcdb7dc5d53863c711437bef79fe76.tar.xz
misc clean up
- rename ping_host to pingu_host - open log - fix compiler warning
Diffstat (limited to 'xlib.c')
-rw-r--r--xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib.c b/xlib.c
index 9c8798c..0bc8123 100644
--- a/xlib.c
+++ b/xlib.c
@@ -3,6 +3,7 @@
#include <netinet/in.h>
#include <sys/socket.h>
+#include <err.h>
#include <netdb.h>
#include <stdlib.h>
#include <string.h>