Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-filter.c
index fb8eefdd9111ecb7ab0e875a722d5b7fbc9c4118..c0e93b65c7395973e4a90612b21e9019188cecb2 100644 (file)
 
 #define _LGPL_SOURCE
 #include <stddef.h>
+#include <stdint.h>
+
 #include <urcu/rculist.h>
+
 #include "lttng-filter.h"
 
 static const char *opnames[] = {
This page took 0.022985 seconds and 4 git commands to generate.