fix build
This commit is contained in:
parent
6129f30479
commit
ec09be97e8
1
llama/ggml-backend.c
vendored
1
llama/ggml-backend.c
vendored
@ -8,7 +8,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
|
Loading…
x
Reference in New Issue
Block a user