From d93a3e12359a022d026d1621ab22562f855a8ec4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 28 Dec 2002 15:33:08 +0000 Subject: [PATCH] moved mem.h inclusion to int.h. --- lib/defines.h | 2 -- lib/int.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/defines.h b/lib/defines.h index cefa01e..1511954 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -89,8 +89,6 @@ typedef signed char int8; # endif #endif -#include - #endif /* defines_h */ diff --git a/lib/int.h b/lib/int.h index 3219ec2..1055122 100644 --- a/lib/int.h +++ b/lib/int.h @@ -30,6 +30,7 @@ #define LIBTASN1_DEBUG_INTEGER */ +#include #define MAX32 4294967295 #define MAX24 16777215 -- 2.7.4