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

heimdal:lib/hdb: <config.h> needs to be the first header

This should fix build problems on AIX.

metze
This commit is contained in:
Stefan Metzmacher 2012-06-14 22:15:24 +02:00
parent 8d3a2914d8
commit 59733d911b

View File

@ -36,11 +36,11 @@
#ifndef __HDB_LOCL_H__
#define __HDB_LOCL_H__
#include <config.h>
#include <assert.h>
#include <heimbase.h>
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>