summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/Unix/Fl_Unix_Screen_Driver.cxx3
1 files changed, 2 insertions, 1 deletions
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 <config.h>
+#include <sys/time.h>
#include "Fl_Unix_Screen_Driver.H"
fd_set Fl_Unix_Screen_Driver::fdsets[3];