changeset 2091:35c1341b0179

Compatibility fix in header file
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Dec 2014 13:20:11 -0500
parents 9a1547596712
children d4eb9b6729f8
files include/urweb/request.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/urweb/request.h	Thu Dec 18 07:48:37 2014 -0500
+++ b/include/urweb/request.h	Sun Dec 21 13:20:11 2014 -0500
@@ -2,6 +2,7 @@
 #define REQUEST_H
 
 #include <sys/types.h>
+#include <pthread.h>
 
 #include "types.h"