Tests: Fix malloc.h test includes on macOS (#6795 partial) (#6792)

Replace 'malloc.h' with the standard 'stdlib.h'.
This commit is contained in:
Geza Lore 2025-12-11 16:38:14 +00:00 committed by GitHub
parent 5bb98187fc
commit cfd22a95e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@
#include "vpi_user.h"
#include "veriuser.h"
#include "svdpi.h"
#include <malloc.h>
//#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <regex.h>

View File

@ -32,7 +32,7 @@
#include "svdpi.h"
#include "vpi_user.h"
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -42,7 +42,7 @@
#include "vpi_user.h"
#include "veriuser.h"
#include "svdpi.h"
#include <malloc.h>
//#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <regex.h>

View File

@ -32,7 +32,7 @@
#include "svdpi.h"
#include "vpi_user.h"
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>