From 804317fd5e83e846507e975179db01f1ac70eca5 Mon Sep 17 00:00:00 2001
From: Michael R Sweet <michael.r.sweet@gmail.com>
Date: Tue, 24 Apr 2001 19:43:18 +0000
Subject: [PATCH] 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
---
 test/colbrowser.cxx | 5 +++--
 1 file 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 $".
 //
-- 
GitLab