diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2002-01-25 19:21:39 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2002-01-25 19:21:39 +0000 |
commit | db26720c8b16f86ad07f285a1b0639c91573cf4e (patch) | |
tree | caaa3b28705a89f45b88d2ab0b6fc88050952a28 /src | |
parent | b9134403733e0ef79241ae649808a6d7a13905af (diff) | |
download | xine-lib-db26720c8b16f86ad07f285a1b0639c91573cf4e.tar.gz xine-lib-db26720c8b16f86ad07f285a1b0639c91573cf4e.tar.bz2 |
Add header files for strcpy/malloc/...
CVS patchset: 1453
CVS date: 2002/01/25 19:21:39
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 609e14f29..eb69d0da3 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -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: xineutils.h,v 1.7 2002/01/21 09:52:48 jkeil Exp $ + * $Id: xineutils.h,v 1.8 2002/01/25 19:21:39 jkeil Exp $ * */ #ifndef XINEUTILS_H @@ -28,6 +28,8 @@ extern "C" { #endif #include <unistd.h> +#include <stdlib.h> +#include <string.h> #include <inttypes.h> #include "attributes.h" #include "compat.h" |