FLTK logo

[master] 9bd65d5 - Remove compilation warning that HAVE_DLFCN_H is undefined.

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] 9bd65d5 - Remove compilation warning that HAVE_DLFCN_H is undefined. "ManoloFLTK" Nov 10, 2020  
 
commit 9bd65d59938cca1ecef23f457a8b7c28cc352238
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Mon Nov 9 10:58:14 2020 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Tue Nov 10 15:51:54 2020 +0100

    Remove compilation warning that HAVE_DLFCN_H is undefined.

 src/drivers/Posix/Fl_Posix_System_Driver.H | 1 +
 1 file changed, 1 insertion(+)

diff --git src/drivers/Posix/Fl_Posix_System_Driver.H src/drivers/Posix/Fl_Posix_System_Driver.H
index 3de26e5..365cce8 100644
--- src/drivers/Posix/Fl_Posix_System_Driver.H
+++ src/drivers/Posix/Fl_Posix_System_Driver.H
@@ -23,6 +23,7 @@
 #ifndef FL_POSIX_SYSTEM_DRIVER_H
 #define FL_POSIX_SYSTEM_DRIVER_H
 
+#include "../../config_lib.h"
 #include "../../Fl_System_Driver.H"
 #include <stdlib.h>
 #include <unistd.h>
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'.