Fix: lttng-elf: add missing include for uint64_t
[lttng-tools.git] / src / common / lttng-elf.hpp
index 98c388f56608846f67d606cb99cb9e9b61431a70..baaea22a6f261fcf0c4eadfc53129a3b7489a5c2 100644 (file)
@@ -10,6 +10,8 @@
 
 #include <lttng/lttng-export.h>
 
+#include <stdint.h>
+
 extern "C" LTTNG_EXPORT int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
 
 extern "C" LTTNG_EXPORT int lttng_elf_get_sdt_probe_offsets(int fd,
This page took 0.024227 seconds and 4 git commands to generate.