Bug 784381 - Build bustage for comm-central - SHA1.h - Cannot open include file: 'stdint.h. r=ms2ger.

This commit is contained in:
Rafael Ávila de Espíndola 2012-08-21 12:43:33 -04:00
parent 0dbda03410
commit d52e9eb6df

View File

@ -24,7 +24,7 @@
#ifndef mozilla_SHA1_h_
#define mozilla_SHA1_h_
#include <stdint.h>
#include "mozilla/StandardInteger.h"
namespace mozilla {
class SHA1Sum {
union {