Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
Fixes the build of ae1a685 in macOS and Clang.
  • Loading branch information
magiblot committed Sep 29, 2023
1 parent ae1a685 commit 57fa150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/platform/unixclip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
#include <internal/getenv.h>
#include <internal/utf8.h>

#include <initializer_list>

#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 57fa150

Please sign in to comment.