summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;