Blame include/sound/asound.h
|
Packit Service |
db8eaa |
/* workaround for building with old glibc / kernel headers */
|
|
Packit Service |
db8eaa |
#ifdef __linux__
|
|
Packit Service |
db8eaa |
#include <linux/types.h>
|
|
Packit Service |
db8eaa |
#else
|
|
Packit Service |
db8eaa |
#include <sys/types.h>
|
|
Packit Service |
db8eaa |
#endif
|
|
Packit Service |
db8eaa |
#ifndef __kernel_long_t
|
|
Packit Service |
db8eaa |
#define __kernel_long_t long
|
|
Packit Service |
db8eaa |
#endif
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
#include <alsa/sound/uapi/asound.h>
|