diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-20 17:41:08 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-20 17:41:08 +0100 |
| commit | b3b051240ecf3ab562e73d3d5674d05aff261fc4 (patch) | |
| tree | 038da7ec11701dc2ede073edeef51519d5ca1987 /src/drivers | |
| parent | 2001132f4a1ab2ad02f31c4a7c4cf9a5d803ed54 (diff) | |
Add missing include file (#939)
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Unix/Fl_Unix_Screen_Driver.cxx | 3 |
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]; |
