summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-16 22:03:29 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-16 23:59:06 +0200
commit326d1749fc851ed58c0c57415e24175d221f1027 (patch)
treeb97974a0141e56e6f2f35fd2a048075fa1093588 /source4/heimdal
parent8283d9ec4a2d39b3d6f06ad9e98c22a26e78317f (diff)
downloadsamba-326d1749fc851ed58c0c57415e24175d221f1027.tar.gz
samba-326d1749fc851ed58c0c57415e24175d221f1027.tar.bz2
samba-326d1749fc851ed58c0c57415e24175d221f1027.zip
heimdal:lib/wind: make sure errorlist_table.c includes config.h as first header
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
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/wind/gen-errorlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/wind/gen-errorlist.py b/source4/heimdal/lib/wind/gen-errorlist.py
index b921377ab7..f0b9524783 100644
--- a/source4/heimdal/lib/wind/gen-errorlist.py
+++ b/source4/heimdal/lib/wind/gen-errorlist.py
@@ -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[] = {
''')