From 83cf6629ec02f98e7ceca3977709f21c1238c910 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 21 Jan 2001 17:29:15 +0000 Subject: @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus --- ext/mysql/libmysql/libmysql.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mysql/libmysql/libmysql.c') diff --git a/ext/mysql/libmysql/libmysql.c b/ext/mysql/libmysql/libmysql.c index ebee8b6e10..a5ba1406a4 100644 --- a/ext/mysql/libmysql/libmysql.c +++ b/ext/mysql/libmysql/libmysql.c @@ -25,7 +25,9 @@ This file is public domain and comes with NO WARRANTY of any kind */ #if !defined(MSDOS) && !defined(__WIN__) #include #include +#ifdef HAVE_ARPA_INET_H #include +#endif #include #ifdef HAVE_SELECT_H # include -- cgit v1.2.1