summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Majewski <m.majewski2@samsung.com>2019-09-17 08:21:52 +0200
committerMateusz Majewski <m.majewski2@samsung.com>2019-09-17 08:35:59 +0200
commitffd19fd2571d61abbbce5f53ce81ec7449b5de1a (patch)
tree09f593a9b2c7cf7e62495331bb6c29a804b89e64
parentf3d48f4209885a6f52e89ddfa22da9b6f6189927 (diff)
downloaddlog-ffd19fd2571d61abbbce5f53ce81ec7449b5de1a.tar.gz
dlog-ffd19fd2571d61abbbce5f53ce81ec7449b5de1a.tar.bz2
dlog-ffd19fd2571d61abbbce5f53ce81ec7449b5de1a.zip
Fix an include
Change-Id: I5368742a9054956d5b8506b92b47551a43b0cbb6
-rw-r--r--include/fd_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fd_info.h b/include/fd_info.h
index abc505e7..c8bb599f 100644
--- a/include/fd_info.h
+++ b/include/fd_info.h
@@ -23,7 +23,7 @@
#include <logprint.h>
#include <ptrs_list.h>
#include <queued_entry.h>
-#include "sort_vector.h"
+#include <sort_vector.h>
struct fd_ops;