1
0

fix: pl_test.h include issue
All checks were successful
Tests / Ubuntu (push) Successful in 10s

This commit is contained in:
Jonathan Hoffstadt 2025-03-24 22:47:26 -05:00
parent 47ac1cc459
commit c44dd0bee3

View File

@ -17,8 +17,8 @@
*/ */
// library version (format XYYZZ) // library version (format XYYZZ)
#define PL_TEST_VERSION "1.0.0" #define PL_TEST_VERSION "1.0.1"
#define PL_TEST_VERSION_NUM 10000 #define PL_TEST_VERSION_NUM 10001
/* /*
Index of this file: Index of this file:
@ -141,6 +141,7 @@ Index of this file:
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>