Use quotes instead of angle brackets to fix classic mac bustage.

This commit is contained in:
wtc%netscape.com 2003-01-07 20:51:24 +00:00
Родитель e1efb9c8fb
Коммит 7837eead2d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -86,7 +86,7 @@ typedef void * PROrderedLock;
** is not compiled in.
**
*/
#include <prlock.h>
#include "prlock.h"
typedef PRLock PROrderedLock;
#endif