diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-16 22:03:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-16 23:59:06 +0200 |
commit | 326d1749fc851ed58c0c57415e24175d221f1027 (patch) | |
tree | b97974a0141e56e6f2f35fd2a048075fa1093588 | |
parent | 8283d9ec4a2d39b3d6f06ad9e98c22a26e78317f (diff) | |
download | samba-326d1749fc851ed58c0c57415e24175d221f1027.tar.gz samba-326d1749fc851ed58c0c57415e24175d221f1027.tar.xz 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
-rw-r--r-- | source4/heimdal/lib/wind/gen-errorlist.py | 2 |
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[] = { ''') |