svn rev #22810: branches/krb5-1-7/src/include/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Sep 28 21:12:42 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22810
Commit By: tlyu
Log Message:
ticket: 6533
version_fixed: 1.7.1
status: resolved

pull up r22475 from trunk

 ------------------------------------------------------------------------
 r22475 | ghudson | 2009-07-30 15:06:37 -0400 (Thu, 30 Jul 2009) | 8 lines

 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   branches/krb5-1-7/src/include/k5-platform.h
Modified: branches/krb5-1-7/src/include/k5-platform.h
===================================================================
--- branches/krb5-1-7/src/include/k5-platform.h	2009-09-29 01:12:36 UTC (rev 22809)
+++ branches/krb5-1-7/src/include/k5-platform.h	2009-09-29 01:12:42 UTC (rev 22810)
@@ -42,6 +42,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