FLTK logo

[master] 6dce15b - Include config.h rather than config_lib.h in fl_open_uri.cxx

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] 6dce15b - Include config.h rather than config_lib.h in fl_open_uri.cxx "ManoloFLTK" Feb 16, 2021  
 
commit 6dce15bfe3a6d0552e8109d8a08863cfc7170610
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Tue Feb 16 17:02:40 2021 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Feb 17 08:39:15 2021 +0100

    Include config.h rather than config_lib.h in fl_open_uri.cxx

 src/fl_open_uri.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/fl_open_uri.cxx src/fl_open_uri.cxx
index 1a8da62..2f4d511 100644
--- src/fl_open_uri.cxx
+++ src/fl_open_uri.cxx
@@ -22,7 +22,7 @@
 // Include necessary headers...
 //
 
-#include "config_lib.h"
+#include <config.h>
 #include <FL/filename.H>
 #include <FL/Fl.H>
 #include "Fl_System_Driver.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'.