diff compat.c @ 47:997e9ed670ef

Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix with certain versions of imlib. And other various code cleanups. Also initial code for eventual conversion to gdk-pixbuf on unix from imlib.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 02 Nov 2001 10:31:29 +0000
parents eb003f77538c
children 8add9a616d0e
line wrap: on
line diff
--- a/compat.c	Tue Oct 30 10:49:09 2001 +0000
+++ b/compat.c	Fri Nov 02 10:31:29 2001 +0000
@@ -20,6 +20,7 @@
 #include <sys/vfs.h>
 #endif
 #endif
+#include <time.h>
 
 #ifdef __UNIX__
 void msleep(long period)