diff --git a/libgnucash/engine/Transaction.c b/libgnucash/engine/Transaction.c index b33e90f4ab..22d96db5fc 100644 --- a/libgnucash/engine/Transaction.c +++ b/libgnucash/engine/Transaction.c @@ -35,17 +35,7 @@ #include #include #include -#ifdef HAVE_SYS_TIME_H -# include -#else -/* We simply define the struct timeval on our own here. */ -struct timeval -{ - long tv_sec; /* seconds */ - long tv_usec; /* and microseconds */ -}; -/* include */ -#endif +#include #include #ifdef HAVE_UNISTD_H # include