diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:08:59 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:15:57 +0100 |
commit | 1af22c05c6b1bb2cee534146d9049da0c7e0f9bc (patch) | |
tree | 2981c1e63399b9d69b418eb28ee7783d18885ca6 /xmlsecurity | |
parent | 2c17beb796a29e7d160522a800e647ddd7a8b2b3 (diff) |
fix other problems found by Wundef
Change-Id: Ib4aba95436f82d2a20b07a092f0fd07e0620fdcf
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/secerror.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.cxx b/xmlsecurity/source/xmlsec/nss/secerror.cxx index 5b827363257f..98aecbe2ed40 100644 --- a/xmlsecurity/source/xmlsec/nss/secerror.cxx +++ b/xmlsecurity/source/xmlsec/nss/secerror.cxx @@ -21,6 +21,7 @@ #include "secerr.h" #include "sslerr.h" #include "nspr.h" +#include "nss.h" #include "certt.h" #include <sal/macros.h> |