diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 16:38:53 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 16:52:36 +0200 |
commit | 2d18ede622fcdb7dc5d53863c711437bef79fe76 (patch) | |
tree | 67a57b9dff2d0d66366de12e3038781a79dab5e9 /xlib.c | |
parent | 6cb406b3eef4a54ba8bc2e7d3d1fb619f0a5d219 (diff) | |
download | pingu-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <netinet/in.h> #include <sys/socket.h> +#include <err.h> #include <netdb.h> #include <stdlib.h> #include <string.h> |