Skip to content

Commit

Permalink
fix for makedev on FreeBSD, Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 3, 2025
1 parent 4c12c5a commit 35eb102
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daemontools-x/installer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* taken from ezmlm-0.54
*/
#include <sys/types.h>
#if defined(linux)
#include <sys/sysmacros.h>
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <fifo.h>
Expand Down
2 changes: 2 additions & 0 deletions indimail-mta-x/installer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* taken from ezmlm-0.54
*/
#include <sys/types.h>
#if defined(linux)
#include <sys/sysmacros.h>
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <fifo.h>
Expand Down
2 changes: 2 additions & 0 deletions ucspi-tcp-x/installer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
* taken from ezmlm-0.54
*/
#include <sys/types.h>
#if defined(linux)
#include <sys/sysmacros.h>
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <fifo.h>
Expand Down

0 comments on commit 35eb102

Please sign in to comment.