mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-18 05:33:44 -04: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.
|
* helpful to verify the information reported by drivers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "../include/config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#if HAVE_MALLOC_H
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue