projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab2266
)
Include <assert.h> in k5-platform.h, since we use assertions in some
author
Greg Hudson
<ghudson@mit.edu>
Thu, 30 Jul 2009 19:06:37 +0000
(19:06 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Thu, 30 Jul 2009 19:06:37 +0000
(19:06 +0000)
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
src/include/k5-platform.h
patch
|
blob
|
history
diff --git
a/src/include/k5-platform.h
b/src/include/k5-platform.h
index 83c069782f7ffa874b1b3673981a47ee96597f71..fd0bb21a0bc09253644c23a1e6007a5da61116d1 100644
(file)
--- 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>