From b3b051240ecf3ab562e73d3d5674d05aff261fc4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 20 Mar 2024 17:41:08 +0100 Subject: Add missing include file (#939) --- src/drivers/Unix/Fl_Unix_Screen_Driver.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/Unix/Fl_Unix_Screen_Driver.cxx b/src/drivers/Unix/Fl_Unix_Screen_Driver.cxx index 0b33b0a20..18f936243 100644 --- a/src/drivers/Unix/Fl_Unix_Screen_Driver.cxx +++ b/src/drivers/Unix/Fl_Unix_Screen_Driver.cxx @@ -1,7 +1,7 @@ // // Definition of the part of the Screen interface shared by X11/Wayland // -// Copyright 2022 by Bill Spitzak and others. +// Copyright 2022-2024 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -15,6 +15,7 @@ // #include +#include #include "Fl_Unix_Screen_Driver.H" fd_set Fl_Unix_Screen_Driver::fdsets[3]; -- cgit v1.2.3