summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-02-05 02:59:08 +0000
committerKen Raeburn <raeburn@mit.edu>2009-02-05 02:59:08 +0000
commite10e160f0f5038d057ae21c3f1cd07c00681912e (patch)
treea50e72c905344d4092076db6a43b92c5c342d4f5 /src/plugins/kdb
parent1f423bd14f7bb42d1e594818598767810fe7f704 (diff)
downloadkrb5-e10e160f0f5038d057ae21c3f1cd07c00681912e.tar.gz
krb5-e10e160f0f5038d057ae21c3f1cd07c00681912e.tar.xz
krb5-e10e160f0f5038d057ae21c3f1cd07c00681912e.zip
include omitted system header string.h
Sun cc warns about some of the string functions being undeclared in several source files. So, include string.h there. ticket: 6365 target_version: 1.7 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21889 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb')
-rw-r--r--src/plugins/kdb/db2/pol_xdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/kdb/db2/pol_xdr.c b/src/plugins/kdb/db2/pol_xdr.c
index 43eac32df..82e29b804 100644
--- a/src/plugins/kdb/db2/pol_xdr.c
+++ b/src/plugins/kdb/db2/pol_xdr.c
@@ -6,6 +6,7 @@
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
+#include <string.h>
static
bool_t xdr_nullstring(XDR *xdrs, char **objp)