X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Finput_ext-dec.c;h=3a22f70284b7022b4d67af6314869685dca9de87;hb=f11b9a96ddd7c1f3ee7a3c0c995e6aa74b9be066;hp=963a2f0baad1a8ce44ad937f093a449bab0eb769;hpb=4f551c2bf0d189405e96cbbb8234ed3edd9d6d3e;p=vlc diff --git a/src/input/input_ext-dec.c b/src/input/input_ext-dec.c index 963a2f0baa..3a22f70284 100644 --- a/src/input/input_ext-dec.c +++ b/src/input/input_ext-dec.c @@ -2,7 +2,7 @@ * input_ext-dec.c: services to the decoders ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: input_ext-dec.c,v 1.11 2001/03/21 13:42:34 sam Exp $ + * $Id: input_ext-dec.c,v 1.12 2001/04/06 09:15:47 sam Exp $ * * Authors: Christophe Massiot * @@ -26,6 +26,8 @@ *****************************************************************************/ #include "defs.h" +#include /* memcpy(), memset() */ + #include "config.h" #include "common.h" #include "threads.h"