Fixes to make Heimdal -Wall -Werror clean

These fixes make developer mode build, at least on Ubuntu.
This commit is contained in:
Nicolas Williams
2011-11-02 21:39:07 -05:00
parent 9c830f5237
commit 3bebbe5323
24 changed files with 286 additions and 172 deletions

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>