From 2fda60def538bee8d14af399b623c3986003fe4a Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Tue, 2 Apr 2002 22:46:25 +0000 Subject: [PATCH] Compilation fix. :-ppppp --- src/input/input_ext-plugins.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/input/input_ext-plugins.c b/src/input/input_ext-plugins.c index 4fafb08899..50f6ea6eb6 100644 --- a/src/input/input_ext-plugins.c +++ b/src/input/input_ext-plugins.c @@ -2,7 +2,7 @@ * input_ext-plugins.c: useful functions for access and demux plug-ins ***************************************************************************** * Copyright (C) 2001, 2002 VideoLAN - * $Id: input_ext-plugins.c,v 1.4 2002/04/02 22:16:07 massiot Exp $ + * $Id: input_ext-plugins.c,v 1.5 2002/04/02 22:46:25 massiot Exp $ * * Authors: Christophe Massiot * @@ -26,10 +26,6 @@ *****************************************************************************/ #include -#ifdef HAVE_SYS_TIME_H -# include -#endif - #include #include #include @@ -38,6 +34,10 @@ #include +#ifdef HAVE_SYS_TIME_H +# include +#endif + #ifdef HAVE_UNISTD_H # include #elif defined( _MSC_VER ) && defined( _WIN32 ) -- 2.39.2