]> granicus.if.org Git - sudo/commitdiff
now include pthread.h for DCE support
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Nov 1995 05:39:28 +0000 (05:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Nov 1995 05:39:28 +0000 (05:39 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index 432bca87beb37987c9cbbe7309508176489990f9..1ad0cadbb1261449edcc54fdd0da77f7f79779f6 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -87,6 +87,9 @@ static char rcsid[] = "$Id$";
 #include <sys/security.h>
 #include <prot.h>
 #endif /* __osf__ && HAVE_C2_SECURITY */
+#ifdef HAVE_DCE
+#include <pthread.h>
+#endif /* HAVE_DCE */
 
 #include "sudo.h"
 #include <options.h>