aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-platform.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-07-30 19:06:37 +0000
committerGreg Hudson <ghudson@mit.edu>2009-07-30 19:06:37 +0000
commitd0100fa995c7b21ff1b800a20bbfdbf9ab2e797d (patch)
tree6b11ef8829128907e0d75ff6377108628ce2c983 /src/include/k5-platform.h
parent4ab2266afad7a3ede0fa3587d7a38e855948af55 (diff)
downloadkrb5-d0100fa995c7b21ff1b800a20bbfdbf9ab2e797d.zip
krb5-d0100fa995c7b21ff1b800a20bbfdbf9ab2e797d.tar.gz
krb5-d0100fa995c7b21ff1b800a20bbfdbf9ab2e797d.tar.bz2
Include <assert.h> in k5-platform.h, since we use assertions in some
of the macros defined there, as well as in many source files which do not themselves include <assert.h>. Report and fix by Rainer Weikusat. ticket: 6533 tags: pullup target_version: 1.7 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22475 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-platform.h')
-rw-r--r--src/include/k5-platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h
index 83c0697..fd0bb21 100644
--- a/src/include/k5-platform.h
+++ b/src/include/k5-platform.h
@@ -41,6 +41,7 @@
#define K5_PLATFORM_H
#include "autoconf.h"
+#include <assert.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>