git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3148 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-25 20:59:44 +00:00
parent 0a7e50682f
commit 455f412796
2 changed files with 8 additions and 0 deletions

View File

@@ -342,6 +342,10 @@ extern const char *__progname;
void set_progname(char *argv0);
#ifndef F_OK
#define F_OK 0
#endif
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif

View File

@@ -342,6 +342,10 @@ extern const char *__progname;
void set_progname(char *argv0);
#ifndef F_OK
#define F_OK 0
#endif
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif