replace <stdint.h> with <krb5-types.h>, From David Leonard

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23332 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-06-27 14:42:17 +00:00
parent aff206f494
commit ae06abd499
4 changed files with 4 additions and 8 deletions

View File

@@ -59,8 +59,7 @@ combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
combining_h.file.write(
'''
#include <stddef.h>
#include <stdint.h>
#include <krb5-types.h>
struct translation {
uint32_t key;