From 2e058dd0e8b4c94b253d2cdd0f875e0c7cc279b9 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 14 Sep 2009 14:10:57 -0700 Subject: [PATCH] games - hunt - minor include fix for portability. Submitted-by: Ulrich Spoerlein --- games/hunt/huntd/server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/games/hunt/huntd/server.h b/games/hunt/huntd/server.h index 7dcd997344..a7a7ddd2dc 100644 --- a/games/hunt/huntd/server.h +++ b/games/hunt/huntd/server.h @@ -36,6 +36,7 @@ #include #include +#include #ifndef __GNUC__ #define __attribute__(x) -- 2.41.0