fix build on windows
This commit is contained in:
parent
6e940eb450
commit
86927b43ad
1 changed files with 3 additions and 0 deletions
|
@ -25,7 +25,10 @@
|
|||
#ifndef __MIDIDRIVER_H__
|
||||
#define __MIDIDRIVER_H__
|
||||
|
||||
#if not defined(__MINGW32__)
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "driver.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue