Skip to content

Commit 6abdda6

Browse files
Merge pull request #23116 from Luap99/top-compile
libpod/container_top_linux.c: fix missing header
2 parents fda0f81 + 6db8ff7 commit 6abdda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libpod/container_top_linux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#define _GNU_SOURCE
55
#include <errno.h>
6+
#include <fcntl.h>
67
#include <sched.h>
78
#include <stdio.h>
89
#include <stdlib.h>

0 commit comments

Comments
 (0)