summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2018-12-24 11:56:35 -0800
committerJordan Justen <jordan.l.justen@intel.com>2019-02-22 14:32:44 -0800
commite5dc897633baf9780869814c1c2d2d46537e069a (patch)
tree1594a11fda68d41887d3a1dcced760ea82fb175e /include
parentd33e51b4f8dc633df46b81585a8af091bf118db5 (diff)
runner: Send queue_family_index to/from slave runner
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'include')
-rw-r--r--include/util/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util/string.h b/include/util/string.h
index f1b1097..7fc6956 100644
--- a/include/util/string.h
+++ b/include/util/string.h
@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
+#include <stdint.h>
#include "util/macros.h"