mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
5 lines
79 B
C
5 lines
79 B
C
#ifndef _MALLOC_H
|
|
#define _MALLOC_H
|
|
#include <stdlib.h>
|
|
#endif /* _MALLOC_H */
|