| 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"
|
| +
|
| /* Opaque objects */
|
| typedef struct SECHashObjectStr SECHashObject;
|
| typedef struct HASHContextStr HASHContext;
|
|
|