Add missing definitions.
authorChris Hanson <org/chris-hanson/cph>
Sun, 26 Jun 2011 07:53:51 +0000 (00:53 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 26 Jun 2011 07:53:51 +0000 (00:53 -0700)
src/microcode/ntutl/config.h

index f8436039f8ff52b856b71f38033ee33219d75831..00add9caf95628f35d595ba1b944cc70b84c7f2c 100644 (file)
@@ -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