mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Need to include "prthread.h" for the PRThread type.
This commit is contained in:
parent
6439177e99
commit
782588654c
@ -33,7 +33,7 @@
|
||||
* may use your version of this file under either the MPL or the
|
||||
* GPL.
|
||||
*
|
||||
* $Id: sslimpl.h,v 1.9 2001/02/07 00:34:55 nelsonb%netscape.com Exp $
|
||||
* $Id: sslimpl.h,v 1.10 2001/02/07 17:50:43 wtc%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#ifndef __sslimpl_h_
|
||||
@ -56,6 +56,7 @@
|
||||
#include "unistd.h"
|
||||
#endif
|
||||
#include "nssrwlk.h"
|
||||
#include "prthread.h"
|
||||
|
||||
|
||||
#if defined(DEBUG) || defined(TRACE)
|
||||
|
Loading…
Reference in New Issue
Block a user