From: Wilson Bilkovich Date: 2006-02-03T07:07:00+09:00 Subject: Re: [ANN] Mongrel HTTP Library 0.2.0 (Fast And RubyForgified) On 2/2/06, zedshaw@zedshaw.com wrote: > You're missing the fix posted just today. I'll have a 0.2.2 out that > should fix this later tonight. Basically, try adding: > > #if defined(_WIN32) > #include > #endif > > To the top of http_parser.h just after the sys/types.h include. > > Let me know if that works. > Awesome. Fixed. The changes I made to extconf.rb were unnecessary as well. >rake test Started ........ RESOLVE(8500): 0.062000 0.000000 0.062000 ( 0.062000) REG_UNREG(8500): 0.063000 0.000000 0.063000 ( 0.063000) ...... Finished in 1.172 seconds. 14 tests, 210 assertions, 0 failures, 0 errors