Add missing include file (#939)

This commit is contained in:
Albrecht Schlosser 2024-03-20 17:41:08 +01:00
parent 2001132f4a
commit b3b051240e

View File

@ -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 <config.h>
#include <sys/time.h>
#include "Fl_Unix_Screen_Driver.H"
fd_set Fl_Unix_Screen_Driver::fdsets[3];