minix/servers/hgfs/libhgfs/inc.h
2010-01-25 23:18:02 +00:00

20 lines
372 B
C

/* 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"