*** lft_ifname.c.ORIG Mon Jun 30 22:29:36 2008 --- lft_ifname.c Mon Jun 30 22:29:53 2008 *************** *** 17,23 **** #include #include #include ! #if !defined(linux) && !defined(__CYGWIN__) #include #endif #include --- 17,23 ---- #include #include #include ! #if !defined(linux) && !defined(__CYGWIN__) && !defined(_AIX) #include #endif #include *** lft_lib.c.ORIG Mon Jun 30 22:47:10 2008 --- lft_lib.c Mon Jun 30 22:47:33 2008 *************** *** 17,22 **** --- 17,26 ---- #include "lft_lib.h" #include "lft_icmptrace.h" + #ifdef _AIX + #include + #endif + /*---------------------------------------------------------------------------*/ const int start_dport = 33434; /* starting port for UDP tracing (traceroute compatibility for some targets that care */ *** lft_btcptrace.c.ORIG Mon Jun 30 22:48:15 2008 --- lft_btcptrace.c Mon Jun 30 22:48:30 2008 *************** *** 1,5 **** --- 1,9 ---- #include "lft_btcptrace.h" + #ifdef _AIX + #include + #endif + static LFT_CALLBACK LFTErrHandler=0; static LFT_CALLBACK LFTEvtHandler=0; extern const char *version;