diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:34:41 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:34:41 +0200 |
commit | 10378374eca49543a78ec004b10f229b9e4082b3 (patch) | |
tree | 34632715d442965f8a22b1adc37644692a0c141f /src/async.c | |
parent | c17bdd0818efcbf9ced46ff47a9fc06ee7d6837b (diff) | |
download | fastd-10378374eca49543a78ec004b10f229b9e4082b3.tar fastd-10378374eca49543a78ec004b10f229b9e4082b3.zip |
Add missing sys/uio.h includes
Diffstat (limited to 'src/async.c')
-rw-r--r-- | src/async.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/async.c b/src/async.c index 4a2de10..d445f0a 100644 --- a/src/async.c +++ b/src/async.c @@ -33,6 +33,8 @@ #include "async.h" #include "fastd.h" +#include <sys/uio.h> + /** The packet header used on the async notification sockets */ typedef struct fastd_async_hdr { |