From: Alex Brooks Date: Tue, 27 Mar 2007 09:11:31 +0000 (+0200) Subject: oping.h: #include so that `size_t' is defined. X-Git-Tag: liboping-0.3.5~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ae4a45666440926c9b2e10a1f7388af1618522b;p=liboping.git oping.h: #include so that `size_t' is defined. --- diff --git a/src/oping.h b/src/oping.h index 061aa5d..c013a50 100644 --- a/src/oping.h +++ b/src/oping.h @@ -30,6 +30,9 @@ #if HAVE_UNISTD_H # include #endif +#if HAVE_SYS_TYPES_H +# include +#endif #if HAVE_SYS_SOCKET_H # include #endif