diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:11:24 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 15:39:11 -0500 |
commit | d465d4c4a5c74f080ef144caa971c3da0374ebb5 (patch) | |
tree | b5be397ecf923a3569941818d7eba960ef0f19dd | |
parent | 8be715dbb15b6bdd9a7fa1b6bde1be6cf7a16252 (diff) | |
download | ofono-d465d4c4a5c74f080ef144caa971c3da0374ebb5.tar.bz2 |
Fix implicit declaration of close warning
-rw-r--r-- | gisi/pep.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include <sys/ioctl.h> #include <net/if.h> #include <fcntl.h> +#include <unistd.h> #include <glib.h> #include "phonet.h" |