From bb67c076422c97fd99f63b754b0dfb48d3ef4764 Mon Sep 17 00:00:00 2001 From: Malo Lecomte Date: Thu, 29 Jul 2021 03:59:07 +0200 Subject: [PATCH] fix(given_files): include int types --- k/include/k/iso9660.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k/include/k/iso9660.h b/k/include/k/iso9660.h index 31acb5c..0905a24 100644 --- a/k/include/k/iso9660.h +++ b/k/include/k/iso9660.h @@ -24,6 +24,8 @@ # define __packed __attribute__((__packed__)) +#include + /* Structures used for twin values */ struct endian32 {