]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prevent pthread.h from showing up in the Makefile dependancies when we
authorManoj Kasichainula <manoj@apache.org>
Fri, 9 Jul 1999 20:30:15 +0000 (20:30 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 9 Jul 1999 20:30:15 +0000 (20:30 +0000)
rerun "make depend"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83445 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/mpmt_pthread/scoreboard.h

index 0541986f02d34f5b8f05f82728d0d0a648aec04e..91b869c88178add8cb2c8f325d83d64dc48b78e9 100644 (file)
@@ -72,7 +72,7 @@
 
 #include "http_accept.h"
 #include <netinet/tcp.h> 
-#include "pthread.h" 
+#include <pthread.h> 
 
 /*
  * Actual definitions of config globals
index 7efb0074a92c638219725de9ac1a1c0f37b025ff..9ed82b4bf53a766b8edfe8f6d16c88f4206e8bb7 100644 (file)
@@ -57,7 +57,7 @@
 
 #ifndef APACHE_SCOREBOARD_H
 #define APACHE_SCOREBOARD_H
-#include "pthread.h"
+#include <pthread.h>
 #ifdef __cplusplus
 extern "C" {
 #endif