ticket: 2180
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15985
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-01-30 Alexandra Ellwood <lxs@mit.edu>
+
+ * prof-int.h: prof-int.h should include pthread.h when USE_PTHREADS
+ is defined.
+
2003-12-19 Ken Raeburn <raeburn@mit.edu>
* prof_get.c (profile_iterator_create): NAMES argument points to
#include <time.h>
#include <stdio.h>
+
#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
#include <TargetConditionals.h>
#define USE_PTHREADS
#define SHARE_TREE_DATA
#endif
+#if defined(USE_PTHREADS)
+#include <sys/types.h>
+#include <pthread.h>
+#endif
+
#include "com_err.h"
#include "profile.h"