heimdal:lib/wind: make sure errorlist_table.c includes config.h as first header
authorStefan Metzmacher <metze@samba.org>
Sat, 16 Jun 2012 20:03:29 +0000 (22:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 16 Jun 2012 21:59:06 +0000 (23:59 +0200)
This should fix the build on AIX.

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sat Jun 16 23:59:07 CEST 2012 on sn-devel-104

source4/heimdal/lib/wind/gen-errorlist.py

index b921377ab7ac5e047c6f6a120aada92011990b34..f0b9524783b44da7f729af550dc11e3b87e6d7cb 100644 (file)
@@ -77,8 +77,8 @@ extern const size_t _wind_errorlist_table_size;
 
 errorlist_c.file.write(
 '''
-#include <stdlib.h>
 #include "errorlist_table.h"
+#include <stdlib.h>
 
 const struct error_entry _wind_errorlist_table[] = {
 ''')