]> git.sesse.net Git - vlc/blobdiff - plugins/dvd/dvd_ifo.c
* It now compiles under FreeBSD (though DeCSS stuff probably doesn't
[vlc] / plugins / dvd / dvd_ifo.c
index 4f6ecd565fa862a4258fa5487809aca7db35610a..6e2d74858ac8eb1e9b5e6144d235592f8294461f 100644 (file)
@@ -2,7 +2,7 @@
  * dvd_ifo.c: Functions for ifo parsing
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: dvd_ifo.c,v 1.14 2001/02/22 08:44:45 stef Exp $
+ * $Id: dvd_ifo.c,v 1.15 2001/03/06 10:21:59 massiot Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#include "defs.h"
+#include "config.h"
+
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <fcntl.h>