Skip to content

Commit 39f3300

Browse files
committed
Fix missing stdarg.h include in test_comprehensive.cu
Added #include <stdarg.h> for va_start, va_end, and va_list used in the log_test() variadic function.
1 parent 0323bf1 commit 39f3300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_comprehensive.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <time.h>
3636
#include <string.h>
3737
#include <stdint.h>
38+
#include <stdarg.h>
3839
#include <pthread.h>
3940
#include <errno.h>
4041
#include <atomic>

0 commit comments

Comments
 (0)