changeset 8813:bba27bc43b0d

i felt that libgen.h will not be portable...
author arpi
date Mon, 06 Jan 2003 00:47:47 +0000
parents f6456b177fdc
children 9e4ef4ee2a06
files libmpdemux/cue_read.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/cue_read.c	Sun Jan 05 23:51:05 2003 +0000
+++ b/libmpdemux/cue_read.c	Mon Jan 06 00:47:47 2003 +0000
@@ -8,7 +8,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <libgen.h>
+//#include <libgen.h>
 
 #include "config.h"
 #include "mp_msg.h"
@@ -33,6 +33,8 @@
 #define MODE2_2336 40
 #define UNKNOWN -1
 
+// from libgen:
+extern char *dirname(char *path);
 
 static FILE* fd_cue;
 static int fd_bin = 0;