summaryrefslogtreecommitdiff
path: root/examples/nativefilechooser-simple.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2017-07-17 01:20:00 +0000
committerGreg Ercolano <erco@seriss.com>2017-07-17 01:20:00 +0000
commit38f134c1edbd7fc60ba4bbb52c73cd081803c414 (patch)
treeaf3eafddcd453a149b7c32d88dbd4de2f5874435 /examples/nativefilechooser-simple.cxx
parent01733583512f5569f3526855faa69567c4393204 (diff)
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
Diffstat (limited to 'examples/nativefilechooser-simple.cxx')
-rw-r--r--examples/nativefilechooser-simple.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nativefilechooser-simple.cxx b/examples/nativefilechooser-simple.cxx
index 1650a920a..8ab216950 100644
--- a/examples/nativefilechooser-simple.cxx
+++ b/examples/nativefilechooser-simple.cxx
@@ -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;