Mercurial > libavformat.hg
changeset 443:afbe3a5aae02 libavformat
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author | michael |
---|---|
date | Mon, 12 Apr 2004 22:54:48 +0000 |
parents | e17fb306b107 |
children | d42038d418a0 |
files | os_support.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.c Mon Apr 12 22:23:16 2004 +0000 +++ b/os_support.c Mon Apr 12 22:54:48 2004 +0000 @@ -16,6 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" #include "avformat.h" #ifdef CONFIG_WIN32 #include <sys/types.h>