1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

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
This commit is contained in:
Stefan Metzmacher 2012-06-16 22:03:29 +02:00
parent 8283d9ec4a
commit 326d1749fc

View 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[] = {
''')