Skip to content

Commit

Permalink
Adding time.h to fix error on Windows. Fixes haywire#76
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdguerreiro committed Dec 16, 2015
1 parent 00fd951 commit deac43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/haywire/http_response_cache.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "uv.h"
#include "haywire.h"
#include "hw_string.h"
Expand Down

0 comments on commit deac43b

Please sign in to comment.