Skip to content

Commit

Permalink
Fix BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 17, 2024
1 parent 113f998 commit aa3c852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cb/src/actions/script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
#include "../clipboard.hpp"
#if defined(UNIX_OR_UNIX_LIKE)
#include <sys/wait.h>
#endif

namespace PerformAction {
void script() {
Expand Down

0 comments on commit aa3c852

Please sign in to comment.