From 1f305dc0fdb8415c9c1321e49cc194089e58c456 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 9 Mar 2006 22:21:20 +0000 Subject: Portability patch from rfelker. The bb_asprintf.c thing needs an eventual follow up in platform.h to set the #ifdef, but the workaround works for everybody, so... --- include/inet_common.h | 2 +- include/libbb.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/inet_common.h b/include/inet_common.h index afea5de..f330aa9 100644 --- a/include/inet_common.h +++ b/include/inet_common.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include extern const char bb_INET_default[]; /* = "default" */ diff --git a/include/libbb.h b/include/libbb.h index bc3fa59..0490ee3 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -20,6 +20,7 @@ #include #include +#include #include -- cgit v1.1