summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-09-03 19:58:08 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-09-03 19:58:08 +0000
commit8bfa7d85795756bf01713a5ad5a63356df38cf83 (patch)
treec8e8ca4512cc1e6b28fc96c8bff690e9a8ad815a /CHANGES
parentcd807ffcdf550532b4f6f055402f72c9ed29b873 (diff)
Need <time.h> on IRIX (STR #157)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3089 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28372e665..eda51e5f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.4
+ - Fixed an IRIX compile problem caused by a missing
+ #include (STR #157)
- FLUID didn't write color/selection_color() calls using
the symbolic names when possible, nor did it cast
integer colors to Fl_Color (STR #146)