summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-04-24 19:43:18 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-04-24 19:43:18 +0000
commit804317fd5e83e846507e975179db01f1ac70eca5 (patch)
tree807d1571c5d717db2f8d1085e36c8cf45e51a656 /test
parente95d56f19bb833d5acf6e048b11fb5e31fc19b38 (diff)
OS/2 fix, mirror from 2.0 tree.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1440 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/colbrowser.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/colbrowser.cxx b/test/colbrowser.cxx
index af751925a..a2c990ffe 100644
--- a/test/colbrowser.cxx
+++ b/test/colbrowser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: colbrowser.cxx,v 1.5.2.4 2001/04/13 19:07:40 easysw Exp $"
+// "$Id: colbrowser.cxx,v 1.5.2.5 2001/04/24 19:43:18 easysw Exp $"
//
// Forms test program for the Fast Light Tool Kit (FLTK).
//
@@ -47,6 +47,7 @@ static int load_browser(char *);
static const char *rgbfile = "SYS$MANAGER:DECW$RGB.DAT";
#else
#ifdef __EMX__ /* OS2 */
+#include <X11/XlibInt.h>
static const char *rgbfile = "/XFree86/lib/X11/rgb.txt";
#else
#ifdef __FreeBSD__
@@ -340,5 +341,5 @@ create_form_cl(void)
}
//
-// End of "$Id: colbrowser.cxx,v 1.5.2.4 2001/04/13 19:07:40 easysw Exp $".
+// End of "$Id: colbrowser.cxx,v 1.5.2.5 2001/04/24 19:43:18 easysw Exp $".
//