X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=compat.h;h=99f71dff3ff4a077a5d8d0aff46a6d5190903d16;hb=4415d2a7377be61789eb5a6e35222962cbe7a146;hp=dc3a7e6db333c12bd31a77102334749e8f3d3f5f;hpb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;p=util-vserver.git diff --git a/compat.h b/compat.h index dc3a7e6..99f71df 100644 --- a/compat.h +++ b/compat.h @@ -1,4 +1,4 @@ -// $Id: compat.h 2283 2006-09-10 17:07:57Z hollow $ --*- c++ -*-- +// $Id: compat.h 2589 2007-08-16 03:06:50Z dhozac $ --*- c++ -*-- // Copyright (C) 2003 Enrico Scholz // @@ -87,6 +87,11 @@ typedef uint32_t xid_t; typedef uint32_t nid_t; #endif +#ifndef HAVE_TAG_T +#include +typedef uint32_t tag_t; +#endif + #if defined(__dietlibc__) #define TEMP_FAILURE_RETRY(expression) \