Skip to content

Commit

Permalink
fix(tests): fix warning for unshare
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Feb 22, 2024
1 parent 2eaf8a1 commit aad5f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsinsp_e2e/vtidcollision.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.
*/

#define _GNU_SOURCE
#include <errno.h>
#include <fcntl.h>
#include <sched.h>
Expand All @@ -26,7 +27,6 @@ limitations under the License.

#include <sys/eventfd.h>
#include <sys/wait.h>
#define _GNU_SOURCE
#include <linux/sched.h>

/**
Expand Down

0 comments on commit aad5f2a

Please sign in to comment.