summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/krb5-types.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-08-12 09:05:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:38 -0500
commit0648a67824073e43284d98b08cd2b6048dda25ab (patch)
treebda9df0cb066b189349f59cafd75d69c25498141 /source4/heimdal_build/krb5-types.h
parent3be75a4c6d4b9d86f1b85c75fb2f41c6c0eeec94 (diff)
downloadsamba-0648a67824073e43284d98b08cd2b6048dda25ab.tar.gz
samba-0648a67824073e43284d98b08cd2b6048dda25ab.tar.bz2
samba-0648a67824073e43284d98b08cd2b6048dda25ab.zip
r9257: - I assume we don't need unistd.h in this file,
that sould fixes the build on aix - use "" instead of <> for includes in our tree metze (This used to be commit 8c8fd4cfc6bbad9e8ec2ae9998a6cf4bd90b4bc6)
Diffstat (limited to 'source4/heimdal_build/krb5-types.h')
-rw-r--r--source4/heimdal_build/krb5-types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/heimdal_build/krb5-types.h b/source4/heimdal_build/krb5-types.h
index ac8296c5ae..14c4be7974 100644
--- a/source4/heimdal_build/krb5-types.h
+++ b/source4/heimdal_build/krb5-types.h
@@ -4,7 +4,7 @@
#ifndef __krb5_types_h__
#define __krb5_types_h__
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#if HAVE_INTTYPES_H
@@ -22,7 +22,6 @@
typedef socklen_t krb5_socklen_t;
-#include <unistd.h>
typedef ssize_t krb5_ssize_t;
#endif /* __krb5_types_h__ */