From 5ab9b153026ef2c58f306bd7fd6691fb8932e5b2 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 7 Jan 2011 20:52:12 +0100 Subject: [PATCH] Add yet another sys/types.h :) --- file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/file.h b/file.h index d4a2e19d3a..5d4add33a1 100644 --- a/file.h +++ b/file.h @@ -22,6 +22,7 @@ #include #include #include +#include ssize_t read_file(FILE *file, void **buf);