mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-07 04:06:06 -05:00
use config.h to determine include <malloc.h>
This commit is contained in:
parent
e842533f83
commit
148221230b
1 changed files with 3 additions and 0 deletions
|
|
@ -4,8 +4,11 @@
|
|||
* helpful to verify the information reported by drivers.
|
||||
*/
|
||||
|
||||
#include "../include/config.h"
|
||||
#include <stdio.h>
|
||||
#if HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue