diff --git a/libglusterfs/src/glusterfs/compat.h b/libglusterfs/src/glusterfs/compat.h index a59a0c7d35..bd613a5e10 100644 --- a/libglusterfs/src/glusterfs/compat.h +++ b/libglusterfs/src/glusterfs/compat.h @@ -27,7 +27,8 @@ typedef int64_t off64_t; #endif #ifndef HAVE_INET_NET_PTON #include -int inet_net_pton(int af, const char *src, void *dst, size_t size); +int +inet_net_pton(int af, const char *src, void *dst, size_t size); #endif #ifndef _PATH_MOUNTED #define _PATH_MOUNTED "/etc/mtab"