From fa7e40e7cb0ae5bf9818f78a11cdd673b2d5eb1c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 26 Jun 2011 00:53:51 -0700 Subject: [PATCH] Add missing definitions. --- src/microcode/ntutl/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microcode/ntutl/config.h b/src/microcode/ntutl/config.h index f8436039f..00add9caf 100644 --- a/src/microcode/ntutl/config.h +++ b/src/microcode/ntutl/config.h @@ -57,6 +57,8 @@ typedef short nlink_t; #endif typedef unsigned char cc_t; +typedef long intmax_t; +typedef unsigned long uintmax_t; /* The number of bytes in a unsigned long. */ #define SIZEOF_UNSIGNED_LONG 4 -- 2.25.1