Skip to content

Commit ed08d03

Browse files
committed
malloc.h is replaced with stdlib.h.
This fixes build on FreeBSD 11. Signed-off-by: CeDeROM Tomasz CEDRO <[email protected]>
1 parent 48fb1a0 commit ed08d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gobi_loader.c

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include <fcntl.h>
3939
#include <termios.h>
4040
#include <unistd.h>
41-
#include <malloc.h>
4241
#include <stdint.h>
4342
#include <stdlib.h>
4443

0 commit comments

Comments
 (0)