Skip to content

Commit

Permalink
Update cwd.ipp
Browse files Browse the repository at this point in the history
  • Loading branch information
time-killer-games authored May 22, 2024
1 parent b3b5942 commit 5b67b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/boost/process/v2/ext/impl/cwd.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
#endif

#if defined(__FreeBSD__)
#include <cstring>
#include <sys/types.h>
#include <sys/user.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/user.h>
#endif

#if (defined(__NetBSD__) || defined(__OpenBSD__))
Expand Down

0 comments on commit 5b67b90

Please sign in to comment.