Macros in endpoint.h need to know about endpoint_t

This commit is contained in:
Tomas Hruby 2009-09-28 16:25:47 +00:00
parent da67a3af00
commit 256610f1d5

View File

@ -5,6 +5,7 @@
#include <minix/sys_config.h>
#include <minix/com.h>
#include <limits.h>
#include <minix/type.h>
/* The point of the padding in 'generation size' is to
* allow for certain bogus endpoint numbers such as NONE, ANY, etc.