diff --git a/documentation/enumerations.html b/documentation/enumerations.html
index 4fe408d27..a2538c631 100644
--- a/documentation/enumerations.html
+++ b/documentation/enumerations.html
@@ -14,7 +14,7 @@ constants:
FL_VERSION - A combined floating-point version number for
the major and minor release numbers, currently 1.0.
-
+Events
Events are identified by an Fl_Event enumeration value. The
following events are currently defined:
diff --git a/src/Fl_XColor.H b/src/Fl_XColor.H
index ba3c041d2..0ac68cde1 100644
--- a/src/Fl_XColor.H
+++ b/src/Fl_XColor.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_XColor.H,v 1.5 1999/02/16 21:59:51 mike Exp $"
+// "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $"
//
// X-specific color definitions for the Fast Light Tool Kit (FLTK).
//
@@ -24,6 +24,7 @@
//
#include
+#include
// one of these for each color in fltk's "colormap":
// if overlays are enabled, another one for the overlay
@@ -39,5 +40,5 @@ extern FL_EXPORT unsigned char fl_redmask, fl_greenmask, fl_bluemask;
extern FL_EXPORT int fl_redshift, fl_greenshift, fl_blueshift, fl_extrashift;
//
-// End of "$Id: Fl_XColor.H,v 1.5 1999/02/16 21:59:51 mike Exp $".
+// End of "$Id: Fl_XColor.H,v 1.6 1999/02/16 22:27:52 mike Exp $".
//