summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctdb/utils/ping_pong/ping_pong.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/utils/ping_pong/ping_pong.c b/ctdb/utils/ping_pong/ping_pong.c
index 27ff0577ac..6061ee7a8f 100644
--- a/ctdb/utils/ping_pong/ping_pong.c
+++ b/ctdb/utils/ping_pong/ping_pong.c
@@ -37,7 +37,9 @@
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
+#ifndef _AIX
#include <getopt.h>
+#endif
#include <sys/mman.h>
static struct timeval tp1,tp2;