From af0cb2d365967210082f85b9e19c449269a41465 Mon Sep 17 00:00:00 2001 From: Hannes Braun Date: Thu, 15 May 2025 15:42:51 +0200 Subject: [PATCH] Use errno.h instead of sys/errno.h --- simulate/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulate/main.cc b/simulate/main.cc index 3ebe873c..8d70e6e8 100644 --- a/simulate/main.cc +++ b/simulate/main.cc @@ -39,7 +39,7 @@ extern "C" { #if defined(__APPLE__) #include #endif - #include + #include #include #endif }