summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-12-06 20:17:27 -0500
committergumi <git@gumi.ca>2018-12-06 20:17:55 -0500
commitc1dd287b999c9cfcdc02ee01cede7619c173d656 (patch)
tree8a4471b018af430ec7b2d6d98f4fe8d6fbdca2e9
parent4beb1809316f659283a59b8bac8e2cc6e1de723f (diff)
downloadtmwa-c1dd287b999c9cfcdc02ee01cede7619c173d656.tar.gz
tmwa-c1dd287b999c9cfcdc02ee01cede7619c173d656.tar.bz2
tmwa-c1dd287b999c9cfcdc02ee01cede7619c173d656.tar.xz
tmwa-c1dd287b999c9cfcdc02ee01cede7619c173d656.zip
add a missing include in fd
-rw-r--r--src/io/fd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/fd.cpp b/src/io/fd.cpp
index 918fd5e..4d7b215 100644
--- a/src/io/fd.cpp
+++ b/src/io/fd.cpp
@@ -20,6 +20,7 @@
#include <fcntl.h>
#include <unistd.h>
+#include <sys/uio.h>
#include "../strings/zstring.hpp"