summaryrefslogtreecommitdiff
path: root/sysutils/lttng-tools/files/patch-src_bin_lttng-sessiond_utils.h
blob: 595f8f84c16a45df5868972f42563e359b8eeb34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/bin/lttng-sessiond/utils.h.orig	2016-11-29 22:48:37 UTC
+++ src/bin/lttng-sessiond/utils.h
@@ -18,6 +18,9 @@
 #ifndef _LTT_UTILS_H
 #define _LTT_UTILS_H
 
+#include <sys/types.h>
+#include <sys/stat.h>
+
 struct lttng_ht;
 
 const char *get_home_dir(void);