cleanup: use <sys/syscall.h>
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 20 Nov 2020 21:05:25 +0000 (16:05 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Dec 2020 21:27:04 +0000 (16:27 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I82f783fa131aa6337bc1cd7111bcd5ac85ec4d02

include/lttng/ust-tid.h

index e637718a3ab603190c7ca4dffbb1b6b9376fd057..f92fb4198873f1b55e15b49ee5e7e7a883ed48c6 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 #ifdef __linux__
-#include <syscall.h>
+#include <sys/syscall.h>
 #endif
 
 #if defined(__NR_gettid)
This page took 0.024518 seconds and 4 git commands to generate.