summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-03-09 16:33:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-03-09 16:33:13 +0000
commit24c9f071b38322eaeb5168d816a862399654a58a (patch)
tree9d273e7cb21f0a185f41f998ca64c09dcd951690
parentb2e0a1b087e4b6c0053123460d37a221b46e77b6 (diff)
Fix include name...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5735 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--test/threads.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threads.cxx b/test/threads.cxx
index c7107c235..2c1424e42 100644
--- a/test/threads.cxx
+++ b/test/threads.cxx
@@ -32,7 +32,7 @@
# include <FL/Fl_Window.H>
# include <FL/Fl_Browser.H>
# include <FL/Fl_Value_Output.H>
-# include <FL/fl_ask.h>
+# include <FL/fl_ask.H>
# include "threads.h"
# include <stdio.h>
# include <math.h>