diff options
| author | Přemysl Janouch <p@janouch.name> | 2018-06-24 06:09:40 +0200 |
|---|---|---|
| committer | Přemysl Janouch <p@janouch.name> | 2018-06-24 06:09:40 +0200 |
| commit | 8ffe20c0e83b52db1344fe91f57236be4c4cb504 (patch) | |
| tree | 240b9950aaa98c2619a4a122289623dc84e853bd | |
| parent | bb30c7d86ef7b165c5e00cc8e0ad2e3e85b9e617 (diff) | |
| download | liberty-8ffe20c0e83b52db1344fe91f57236be4c4cb504.tar.gz liberty-8ffe20c0e83b52db1344fe91f57236be4c4cb504.tar.xz liberty-8ffe20c0e83b52db1344fe91f57236be4c4cb504.zip | |
Add missing include for "struct iovec"
| -rw-r--r-- | liberty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include <sys/wait.h> #include <sys/stat.h> #include <sys/time.h> +#include <sys/uio.h> #include <fcntl.h> #include <poll.h> #include <signal.h> |
