hdb.h uses FILE * and so should #include <stdio.h>.

This commit is contained in:
Roland C. Dowdeswell
2012-06-27 01:58:19 +01:00
parent 16c93c4e87
commit 7de08cd5d0

View File

@@ -36,6 +36,8 @@
#ifndef __HDB_H__
#define __HDB_H__
#include <stdio.h>
#include <krb5.h>
#include <hdb_err.h>