summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-lib_unpthread.h
blob: 67cfc40f95fdc5d0cc9819ce122f1afe47c54b07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/unpthread.h.orig	1997-06-25 19:16:58 UTC
+++ lib/unpthread.h
@@ -4,7 +4,7 @@
 #ifndef	__unp_pthread_h
 #define	__unp_pthread_h
 
-#include	"unp.h"
+#include	<unp.h>
 
 void	Pthread_create(pthread_t *, const pthread_attr_t *,
 					   void * (*)(void *), void *);