i felt that libgen.h will not be portable...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8814 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-06 00:47:47 +00:00
parent 9516427baa
commit a457d1aafc
1 changed files with 3 additions and 1 deletions

View File

@ -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;