md/_pth.h should be included after pthread.h.

This commit is contained in:
wtc%netscape.com 1999-01-08 03:15:21 +00:00
Родитель 6ff885142e
Коммит 435a195934
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -66,8 +66,8 @@ static int _debug_on = 0;
#define DPRINTF(arg) if (_debug_on) PR_fprintf arg
#if defined(_PR_PTHREADS) && !defined(_PR_DCETHREADS)
#include "md/_pth.h"
#include <pthread.h>
#include "md/_pth.h"
static void *pthread_start(void *arg)
{
StartFn start = ((StartObject*)arg)->start;