From 8ae4a45666440926c9b2e10a1f7388af1618522b Mon Sep 17 00:00:00 2001 From: Alex Brooks Date: Tue, 27 Mar 2007 11:11:31 +0200 Subject: [PATCH] oping.h: #include so that `size_t' is defined. --- src/oping.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0