summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/configfile.c3
-rw-r--r--src/xine-engine/metronom.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/xine-engine/configfile.c b/src/xine-engine/configfile.c
index 3e67df3d3..0efc4d70c 100644
--- a/src/xine-engine/configfile.c
+++ b/src/xine-engine/configfile.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: configfile.c,v 1.48 2003/07/10 14:14:40 mroi Exp $
+ * $Id: configfile.c,v 1.49 2003/07/12 12:31:14 mroi Exp $
*
* config object (was: file) management - implementation
*
@@ -27,6 +27,7 @@
#include "config.h"
#endif
+#include <time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <stdio.h>
diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c
index 24c6fb999..d609645e0 100644
--- a/src/xine-engine/metronom.c
+++ b/src/xine-engine/metronom.c
@@ -17,14 +17,14 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: metronom.c,v 1.118 2003/05/15 20:23:18 miguelfreitas Exp $
+ * $Id: metronom.c,v 1.119 2003/07/12 12:31:14 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <sys/time.h>
+#include <time.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>