*** ./hexdump.c.ORIG Mon Apr 15 08:29:53 2013 --- ./hexdump.c Mon Apr 15 08:34:05 2013 *************** *** 29,35 **** --- 29,39 ---- #include /* INT_MAX */ + #if defined(_AIX) && !defined(_AIX52) + #include + #else #include /* int64_t */ + #endif #include /* FILE fprintf(3) snprintf(3) */ #include /* malloc(3) realloc(3) free(3) abort(3) */ *************** *** 1861,1867 **** #include /* getopt(3) */ ! #ifndef _WIN32 #include /* err(3) errx(3) */ #else #include --- 1865,1871 ---- #include /* getopt(3) */ ! #if !(defined(_WIN32) || (defined(_AIX) && !defined(_AIX52))) #include /* err(3) errx(3) */ #else #include