From: Tomas Hruby Date: Mon, 28 Sep 2009 16:25:47 +0000 (+0000) Subject: Macros in endpoint.h need to know about endpoint_t X-Git-Tag: v3.1.5~74 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=256610f1d5a549750a32dfec80a112caf26756e3;p=minix.git Macros in endpoint.h need to know about endpoint_t --- diff --git a/include/minix/endpoint.h b/include/minix/endpoint.h index 105a58b4d..a646d1657 100644 --- a/include/minix/endpoint.h +++ b/include/minix/endpoint.h @@ -5,6 +5,7 @@ #include #include #include +#include /* The point of the padding in 'generation size' is to * allow for certain bogus endpoint numbers such as NONE, ANY, etc.