From fcebbc3484ce56c57def745ea51c053dfb02a657 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 --- utils/ping_pong/ping_pong.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/ping_pong/ping_pong.c b/utils/ping_pong/ping_pong.c index 6061ee7a..098dacd9 100644 --- a/utils/ping_pong/ping_pong.c +++ b/utils/ping_pong/ping_pong.c @@ -37,9 +37,6 @@ #include #include #include -#ifndef _AIX -#include -#endif #include static struct timeval tp1,tp2; -- 2.34.1