svn rev #22475: trunk/src/include/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu Jul 30 15:06:37 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22475
Commit By: ghudson
Log Message:
ticket: 6533
tags: pullup
target_version: 1.7
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.
Changed Files:
U trunk/src/include/k5-platform.h
Modified: trunk/src/include/k5-platform.h
===================================================================
--- trunk/src/include/k5-platform.h 2009-07-30 17:22:28 UTC (rev 22474)
+++ trunk/src/include/k5-platform.h 2009-07-30 19:06:37 UTC (rev 22475)
@@ -41,6 +41,7 @@
#define K5_PLATFORM_H
#include "autoconf.h"
+#include <assert.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>
More information about the cvs-krb5
mailing list