mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
Some compilers probably need string.h for strcmp()..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <FL/Fl_Native_File_Chooser.H>
|
||||
#include <FL/fl_message.H>
|
||||
#include <stdlib.h> /* exit() */
|
||||
#include <string.h> /* strcmp() */
|
||||
|
||||
Fl_Window *G_win = 0;
|
||||
Fl_Menu_Button *G_menu = 0;
|
||||
|
||||
Reference in New Issue
Block a user