summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy/kdestroy.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-28 21:35:36 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-28 21:35:36 +0000
commite175f1a4d2c94b4c2f9ccce179286b04ceedb87d (patch)
tree9d288b34223c1c86aeb745a37f74b81ec3409dc4 /src/clients/kdestroy/kdestroy.c
parent0d47f18b25436676c03157993cd1db7aa16fe7e1 (diff)
downloadkrb5-e175f1a4d2c94b4c2f9ccce179286b04ceedb87d.tar.gz
krb5-e175f1a4d2c94b4c2f9ccce179286b04ceedb87d.tar.xz
krb5-e175f1a4d2c94b4c2f9ccce179286b04ceedb87d.zip
Include autoconf.h early in sources, and disable use of @DEFS@
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17794 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kdestroy/kdestroy.c')
-rw-r--r--src/clients/kdestroy/kdestroy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clients/kdestroy/kdestroy.c b/src/clients/kdestroy/kdestroy.c
index a9072ed54d..a726076a4b 100644
--- a/src/clients/kdestroy/kdestroy.c
+++ b/src/clients/kdestroy/kdestroy.c
@@ -31,6 +31,7 @@
#include <com_err.h>
#include <string.h>
#include <stdio.h>
+#include "autoconf.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif