Need <time.h> on IRIX (STR #157)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3089 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
cd807ffcdf
commit
8bfa7d8579
2
CHANGES
2
CHANGES
@ -1,5 +1,7 @@
|
|||||||
CHANGES IN FLTK 1.1.4
|
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
|
- FLUID didn't write color/selection_color() calls using
|
||||||
the symbolic names when possible, nor did it cast
|
the symbolic names when possible, nor did it cast
|
||||||
integer colors to Fl_Color (STR #146)
|
integer colors to Fl_Color (STR #146)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: forms_timer.cxx,v 1.4.2.3.2.4 2003/01/30 21:44:31 easysw Exp $"
|
// "$Id: forms_timer.cxx,v 1.4.2.3.2.5 2003/09/03 19:58:08 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Forms timer object for the Fast Light Tool Kit (FLTK).
|
// Forms timer object for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@ -38,6 +38,7 @@
|
|||||||
# include <sys/timeb.h>
|
# include <sys/timeb.h>
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
|
# include <time.h>
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -161,5 +162,5 @@ void Fl_Timer::suspended(char d) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: forms_timer.cxx,v 1.4.2.3.2.4 2003/01/30 21:44:31 easysw Exp $".
|
// End of "$Id: forms_timer.cxx,v 1.4.2.3.2.5 2003/09/03 19:58:08 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user