aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-21 00:22:55 -0700
committerMattias Andrée <maandree@kth.se>2020-06-21 09:44:02 +0200
commit3d77e5da6265a90e96f9052441919a7cec1c6fb0 (patch)
treea3ce000e50f127e8b154a8992e91497ec400065c
parentUse SIGRTMIN and SIGRTMAX instead of __-prefixed versions (diff)
downloadsctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.gz
sctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.bz2
sctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.xz
Include linux/fs.h for lseek and renameat2 flags
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index 58bfe14..a8e9621 100644
--- a/print.c
+++ b/print.c
@@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
+#include <linux/fs.h>
#include <linux/memfd.h>
#include <sys/epoll.h>
#include <sys/inotify.h>