From: Todd C. Miller Date: Wed, 23 Jun 2010 15:40:20 +0000 (-0400) Subject: Include compat.h before alloc.h to get __P X-Git-Tag: SUDO_1_7_3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bc8175cf0e9d0431de6befde30b9977fc634be2;p=sudo Include compat.h before alloc.h to get __P --HG-- branch : 1.7 --- diff --git a/aix.c b/aix.c index 94275fdfa..215c6e30d 100644 --- a/aix.c +++ b/aix.c @@ -31,8 +31,8 @@ #include #include -#include "alloc.h" #include "compat.h" +#include "alloc.h" #include "error.h" #ifdef HAVE_GETUSERATTR