Tagging module util-vserver - util-vserver-0.30.215-6
[util-vserver.git] / compat.h
index 225af24..99f71df 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-// $Id: compat.h,v 1.17 2004/04/22 20:47:31 ensc Exp $    --*- c++ -*--
+// $Id: compat.h 2589 2007-08-16 03:06:50Z dhozac $    --*- c++ -*--
 
 // Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 //  
@@ -87,6 +87,11 @@ typedef uint32_t             xid_t;
 typedef uint32_t               nid_t;
 #endif
 
+#ifndef HAVE_TAG_T
+#include <stdint.h>
+typedef uint32_t               tag_t;
+#endif
+
 
 #if defined(__dietlibc__)
   #define TEMP_FAILURE_RETRY(expression)                               \