Skip to content

Commit

Permalink
try to workaround win32 compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Sep 22, 2014
1 parent 63472db commit 18a5c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/wapiti/model.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@

#include <stddef.h>
#include <stdint.h>

#ifndef _WIN32
#include <sys/time.h>
#endif

#include "options.h"
#include "sequence.h"
Expand Down

0 comments on commit 18a5c46

Please sign in to comment.