mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
10 lines
230 B
C
10 lines
230 B
C
--- src/common/utils.h.orig 2016-11-29 22:48:37 UTC
|
|
+++ src/common/utils.h
|
|
@@ -19,6 +19,7 @@
|
|
#define _COMMON_UTILS_H
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#include <stdint.h>
|
|
#include <getopt.h>
|