Skip to content

Commit

Permalink
Merge pull request #442 from ismaell/posix
Browse files Browse the repository at this point in the history
Fix poll.h includes
  • Loading branch information
igaw authored Jul 25, 2022
2 parents 27fb31a + 103cb30 commit c6d3415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nvme/mi-mctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <stdlib.h>
#include <unistd.h>

#include <sys/poll.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/uio.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nvme/private.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define _LIBNVME_PRIVATE_H

#include <ccan/list/list.h>
#include <sys/poll.h>
#include <poll.h>
#include <sys/socket.h>

#include "fabrics.h"
Expand Down

0 comments on commit c6d3415

Please sign in to comment.