Skip to content

Commit

Permalink
unistd: fix long standing annoyance with rpl_select / fd_set not incl…
Browse files Browse the repository at this point in the history
…uding things in the right order
  • Loading branch information
danielhams committed Aug 16, 2020
1 parent ccf574a commit 28e6255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libdicl/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.65)
AC_INIT([libdicl],
[0.1.30],
[0.1.31],
[[email protected]])

AC_SUBST(ACLOCAL_AMFLAGS, "-I macros")
Expand Down
5 changes: 5 additions & 0 deletions libdicl/src/repl_headers/repl_select.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#ifndef LIBDICL_REPL_SELECT_H
#define LIBDICL_REPL_SELECT_H

#include <unistd.h>
#include <sys/types.h>
#include <bstring.h>
#include <sys/time.h>

#if defined(__cplusplus)
extern "C" {
#endif
Expand Down

0 comments on commit 28e6255

Please sign in to comment.