From 3212af2fb477a339baec050263ffad25a14bfe04 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 24 Jan 2000 01:36:30 +0000 Subject: [PATCH] We need to add `u_int8_t' and `int8_t' _here_, but only here and no longer in all client code. --- acconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acconfig.h b/acconfig.h index 4aba52fe..9c1897bb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -129,6 +129,8 @@ #undef ssize_t #undef u_int64_t #undef int64_t +#undef u_int8_t +#undef int8_t #undef HAVE_GLIBTOP_MACHINE_H