Skip to content

Commit

Permalink
server: use correct poll.h header
Browse files Browse the repository at this point in the history
Fixes build with the musl C library:
    http://autobuild.buildroot.net/results/000a46954d0c6d3dbc4b4634a0d3a3c955fac679

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
  • Loading branch information
yann-morin-1998 committed Apr 8, 2018
1 parent 2f6615c commit e3c6f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Expand Up @@ -51,7 +51,7 @@
#include <netdb.h>
#include <sys/socket.h>
#ifdef HAVE_POLL
#include <sys/poll.h>
#include <poll.h>
#endif
#include <sys/un.h>
#include <arpa/inet.h>
Expand Down

0 comments on commit e3c6f0e

Please sign in to comment.