#include <sys/time.h> for systems that ned it [e.g. FreeBSD4.11] (M. Dolze)

This commit is contained in:
marschap
2006-09-11 10:23:07 +00:00
parent aa7a671a25
commit 82024b0cb1
+4
View File
@@ -37,6 +37,10 @@
# include "config.h"
#endif
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>
#endif
#include "lcd.h"
#include "ms6931.h"
#include "report.h"