From: John Lindgren Date: Thu, 16 Feb 2023 16:49:23 +0000 (-0500) Subject: region: Add #include to make header dependency explicit X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e0388ba8bfad46e9ef44d73d649cdeb477bb1594;p=proto%2Flabwc.git region: Add #include to make header dependency explicit --- diff --git a/include/regions.h b/include/regions.h index e77cd3f0..73242552 100644 --- a/include/regions.h +++ b/include/regions.h @@ -2,6 +2,8 @@ #ifndef __LABWC_REGIONS_H #define __LABWC_REGIONS_H +#include + struct seat; struct view; struct server;