# HG changeset patch # User arpi # Date 1041814067 0 # Node ID bba27bc43b0ddf083bd7fd7e2f3db1e36dbdd940 # Parent f6456b177fdcbd32c0da4b818dd21d24447fd495 i felt that libgen.h will not be portable... diff -r f6456b177fdc -r bba27bc43b0d libmpdemux/cue_read.c --- 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 #include #include -#include +//#include #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;