From 977f7eb86bb028f00b1b51c4f8c515087d37632b Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 16 Oct 2023 12:16:16 -0400 Subject: Include stdint.h in libsmctrl.h Necessary for declarations of included functions. Absence would result in a compilation error for programs omitting this include. --- libsmctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsmctrl.h b/libsmctrl.h index f144437..990d434 100644 --- a/libsmctrl.h +++ b/libsmctrl.h @@ -8,6 +8,8 @@ extern "C" { #endif +#include + /* PARTITIONING FUNCTIONS */ // Set global default TPC mask for all kernels, incl. CUDA-internal ones -- cgit v1.2.2