From 6f80ff41092b5cde867a3bd3f3c8b57cd9bd75e0 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 22 Feb 2010 14:00:33 +1100 Subject: [PATCH] From Elia Pinto We dont need to include getopt.h under AIX (This used to be ctdb commit fcebbc3484ce56c57def745ea51c053dfb02a657) --- ctdb/utils/ping_pong/ping_pong.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ctdb/utils/ping_pong/ping_pong.c b/ctdb/utils/ping_pong/ping_pong.c index 6061ee7a8f3..098dacd9c72 100644 --- a/ctdb/utils/ping_pong/ping_pong.c +++ b/ctdb/utils/ping_pong/ping_pong.c @@ -37,9 +37,6 @@ #include #include #include -#ifndef _AIX -#include -#endif #include static struct timeval tp1,tp2;