]> granicus.if.org Git - sudo/commitdiff
Include compat.h before alloc.h to get __P
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 23 Jun 2010 15:40:20 +0000 (11:40 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 23 Jun 2010 15:40:20 +0000 (11:40 -0400)
--HG--
branch : 1.7

aix.c

diff --git a/aix.c b/aix.c
index 94275fdfad38870808c2370c89d031b9baf999dc..215c6e30d7259b3a33a06d99a36c30981be03894 100644 (file)
--- a/aix.c
+++ b/aix.c
@@ -31,8 +31,8 @@
 #include <usersec.h>
 #include <uinfo.h>
 
-#include "alloc.h"
 #include "compat.h"
+#include "alloc.h"
 #include "error.h"
 
 #ifdef HAVE_GETUSERATTR