diff options
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 7438e403..57f4f93a 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -119,6 +119,10 @@ # define SWAP_CONVERSION 1 #endif +#ifdef HAVE_SYS_POLL_H +# include "sys/poll.h" +#endif + /* * * Missing Functions |