summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xineutils.h4
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"