diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-09 10:58:14 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-11-10 15:51:54 +0100 |
| commit | 9bd65d59938cca1ecef23f457a8b7c28cc352238 (patch) | |
| tree | 3d4d5002321de644e83b322522d824a13a87b299 | |
| parent | a03ab3b4988f47237fbd3dabe1b6cbdbb9b03fde (diff) | |
Remove compilation warning that HAVE_DLFCN_H is undefined.
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.H b/src/drivers/Posix/Fl_Posix_System_Driver.H index 3de26e5aa..365cce8e8 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.H +++ b/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> |
