diff --git a/hw/xfree86/loader/aout.h b/hw/xfree86/loader/aout.h index 6b8247119..d092dcbda 100644 --- a/hw/xfree86/loader/aout.h +++ b/hw/xfree86/loader/aout.h @@ -41,8 +41,8 @@ #include -/* Get prototype for ntohl. */ -#include +/* Get prototype for ntohl, per SuSv3. */ +#include /* OS/2 EMX has ntohl in this file */ #ifdef __UNIXOS2__