FLTK logo

[master] b3b0512 - Add missing include file (#939)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] b3b0512 - Add missing include file (#939) "Albrecht Schlosser" 09:47 Mar 20  
 
commit b3b051240ecf3ab562e73d3d5674d05aff261fc4
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Mar 20 17:41:08 2024 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Mar 20 17:41:08 2024 +0100

    Add missing include file (#939)

 src/drivers/Unix/Fl_Unix_Screen_Driver.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git src/drivers/Unix/Fl_Unix_Screen_Driver.cxx src/drivers/Unix/Fl_Unix_Screen_Driver.cxx
index 0b33b0a..18f9362 100644
--- src/drivers/Unix/Fl_Unix_Screen_Driver.cxx
+++ 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];
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.