diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2011-11-12 21:50:38 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2011-11-12 21:50:38 +0100 |
commit | 83af8a5eea1d337dd438090f7c4fb6958ddf6bf5 (patch) | |
tree | 1b4beeddfa8478a035eb43e9ca3db9ecb912f832 | |
parent | ade6a8566204bb4334861c9fbfc1b5c933d1e9f9 (diff) | |
download | pjctl-83af8a5eea1d337dd438090f7c4fb6958ddf6bf5.tar.gz pjctl-83af8a5eea1d337dd438090f7c4fb6958ddf6bf5.tar.bz2 pjctl-83af8a5eea1d337dd438090f7c4fb6958ddf6bf5.zip |
Add missing header sys/uio.h.
-rw-r--r-- | src/pjctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pjctl.c b/src/pjctl.c index 22d9293..83d8720 100644 --- a/src/pjctl.c +++ b/src/pjctl.c @@ -27,6 +27,7 @@ #include <sys/types.h> #include <sys/socket.h> +#include <sys/uio.h> #include <unistd.h> #include <netdb.h> |