summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2019-04-17 02:09:21 -0500
committerXinfengZhang <carl.zhang@intel.com>2019-05-06 09:44:45 +0800
commitaa0796318946e1f5b1e6ab60541d3f9c1337e966 (patch)
tree9cd935cbdff9e6dd70a8eaef0002c8d5081ad1b7
parent4d9d819d4859bf2fe2554d2619ddbf21cbedb90c (diff)
downloadlibva-aa0796318946e1f5b1e6ab60541d3f9c1337e966.tar.gz
va_trace: add missing <sys/time.h> include
Replaces <time.h>, which was unused
-rwxr-xr-xva/va_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va_trace.c b/va/va_trace.c
index d41f62c..31e40ad 100755
--- a/va/va_trace.c
+++ b/va/va_trace.c
@@ -51,7 +51,7 @@
#include <sys/syscall.h>
#include <pthread.h>
#include <unistd.h>
-#include <time.h>
+#include <sys/time.h>
#include <errno.h>
/*