Fix some includes.

This commit is contained in:
Milan Broz
2021-02-27 21:14:38 +01:00
parent 1592f1e274
commit ca2e1fc956
12 changed files with 10 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
#ifndef _CRYPTSETUP_UTILS_IO_H
#define _CRYPTSETUP_UTILS_IO_H
#include <stddef.h>
#include <sys/types.h>
ssize_t read_buffer(int fd, void *buf, size_t length);