Skip to content

Commit

Permalink
Windows does not have poll
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Jan 4, 2022
1 parent 8ea7ec4 commit d969b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/oj/dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

#include <errno.h>
#include <math.h>
#include <poll.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#if !IS_WINDOWS
#include <poll.h>
#endif

#include "cache8.h"
#include "odd.h"
Expand Down

0 comments on commit d969b87

Please sign in to comment.