diff include/urweb/request.h @ 2091:35c1341b0179

Compatibility fix in header file
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Dec 2014 13:20:11 -0500
parents c93fbd139732
children
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"