Index: nss/lib/util/hasht.h |
=================================================================== |
--- nss/lib/util/hasht.h (revision 195639) |
+++ nss/lib/util/hasht.h (working copy) |
@@ -1,11 +1,13 @@ |
/* This Source Code Form is subject to the terms of the Mozilla Public |
* License, v. 2.0. If a copy of the MPL was not distributed with this |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
-/* $Id: hasht.h,v 1.11 2013/02/05 18:10:46 wtc%google.com Exp $ */ |
+/* $Id$ */ |
#ifndef _HASHT_H_ |
#define _HASHT_H_ |
+#include "prtypes.h" |
wtc
2013/04/23 00:58:05
I will remove this from the NSS upstream. I don't
wtc
2013/05/04 01:17:57
I was wrong. This header uses the PRBool type.
|
+ |
/* Opaque objects */ |
typedef struct SECHashObjectStr SECHashObject; |
typedef struct HASHContextStr HASHContext; |