comparison 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
comparison
equal deleted inserted replaced
2090:9a1547596712 2091:35c1341b0179
1 #ifndef REQUEST_H 1 #ifndef REQUEST_H
2 #define REQUEST_H 2 #define REQUEST_H
3 3
4 #include <sys/types.h> 4 #include <sys/types.h>
5 #include <pthread.h>
5 6
6 #include "types.h" 7 #include "types.h"
7 8
8 typedef struct uw_rc *uw_request_context; 9 typedef struct uw_rc *uw_request_context;
9 10