summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2012-02-17 23:01:31 +0000
committerwtc%google.com <devnull@localhost>2012-02-17 23:01:31 +0000
commitf05cf8b24a05d75e7eed9537bd1bc5a40b40ce0b (patch)
treeb25be69bc38038efdddc3d56d4d2dc7c25fc1e67
parent21bdcf2fe15061a64362d411b5895aa85a913243 (diff)
downloadnss-hg-f05cf8b24a05d75e7eed9537bd1bc5a40b40ce0b.tar.gz
Bug 696807: the previous checkin requires including "secerr.h".
TBR=rrelyea.
-rw-r--r--security/nss/lib/softoken/sftkmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/softoken/sftkmod.c b/security/nss/lib/softoken/sftkmod.c
index 27228ce68..6b5c0da40 100644
--- a/security/nss/lib/softoken/sftkmod.c
+++ b/security/nss/lib/softoken/sftkmod.c
@@ -54,6 +54,7 @@
#include "prprf.h"
#include "prsystem.h"
#include "lgglue.h"
+#include "secerr.h"
#include "secmodt.h"
#if defined (_WIN32)
#include <io.h>