diff options
-rw-r--r-- | lib/tsocket/tsocket_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tsocket/tsocket_internal.h b/lib/tsocket/tsocket_internal.h index 55bbe9f4cb..eba064cea5 100644 --- a/lib/tsocket/tsocket_internal.h +++ b/lib/tsocket/tsocket_internal.h @@ -24,6 +24,9 @@ #ifndef _TSOCKET_INTERNAL_H #define _TSOCKET_INTERNAL_H +#include <unistd.h> +#include <sys/uio.h> + struct tsocket_address_ops { const char *name; |