diff options
author | Michael Forney <mforney@mforney.org> | 2020-06-21 00:22:55 -0700 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-21 09:44:02 +0200 |
commit | 3d77e5da6265a90e96f9052441919a7cec1c6fb0 (patch) | |
tree | a3ce000e50f127e8b154a8992e91497ec400065c /print.c | |
parent | Use SIGRTMIN and SIGRTMAX instead of __-prefixed versions (diff) | |
download | sctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.gz sctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.bz2 sctrace-3d77e5da6265a90e96f9052441919a7cec1c6fb0.tar.xz |
Include linux/fs.h for lseek and renameat2 flags
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |