Commit d4eef422 authored by Christophe Massiot's avatar Christophe Massiot

* Compilation fixes for Solaris ;

parent f5bd9c09
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* (http://liba52.sf.net/). * (http://liba52.sf.net/).
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: a52.c,v 1.14 2002/05/30 08:17:04 gbazin Exp $ * $Id: a52.c,v 1.15 2002/05/31 21:56:01 massiot Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
*****************************************************************************/ *****************************************************************************/
#include <stdlib.h> /* malloc(), free() */ #include <stdlib.h> /* malloc(), free() */
#include <string.h> /* strdup() */ #include <string.h> /* strdup() */
#include <stdint.h> /* int16_t .. */ #include <inttypes.h> /* int16_t .. */
#include <videolan/vlc.h> #include <videolan/vlc.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <inttypes.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment