Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / include / ust-comm.h
index 6a08b306b1b9ade6b44cf722d8b3d26a73281600..a5e0957235ff2503e73ec8f8dfd3f17356e05735 100644 (file)
@@ -26,6 +26,7 @@
  * These declarations should NOT be considered stable API.
  */
 
+#include <stdint.h>
 #include <limits.h>
 #include <unistd.h>
 #include <lttng/ust-abi.h>
 #include <lttng/ust-ctl.h>
 #include <config.h>
 
+#ifndef LTTNG_PACKED
+#error "LTTNG_PACKED should be defined"
+#endif
+
 /*
  * Default timeout the application waits for the sessiond to send its
  * "register done" command. Can be overridden with the environment
This page took 0.022974 seconds and 4 git commands to generate.