From afd74c3faece81a7394640f65cf05fb03011c62e Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Mon, 1 May 2023 10:28:53 +0200 Subject: [PATCH] squash! EOF --- include/sys/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sys/types.h b/include/sys/types.h index b9e0d553..bc9aa95e 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -29,6 +29,8 @@ #include +#define EOF -1 + #ifndef __MESCCLIB__ #define __MESCCLIB__ 15 #endif