minix/lib/libhgfs/inc.h

20 lines
372 B
C
Raw Normal View History

/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
#define _POSIX_SOURCE 1 /* need PATH_MAX */
#define _SYSTEM 1 /* need negative error codes */
#include <minix/config.h>
#include <minix/const.h>
#include <string.h>
#include <errno.h>
#include "hgfs.h"
#define PREFIX(x) __libhgfs_##x
#include "type.h"
#include "const.h"
#include "proto.h"
#include "glo.h"