Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index 9a2d4c0a0c04e454be39c96212620f60565237d3..59e84555a0076b35941b8030f2eebde7649c66cc 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdint.h>
 #include <lttng/ust-abi.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * offsets are absolute from start of bytecode.
  */
This page took 0.024148 seconds and 4 git commands to generate.