mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Compilation problem caused by conflicting typedefs for uint32_t
(unsigned long vs. unsigned int).
This commit is contained in:
parent
1c08bb95b7
commit
0d2f498a4c
2 changed files with 4 additions and 0 deletions
|
@ -28,7 +28,9 @@
|
|||
#if defined(linux)
|
||||
#include <linux/soundcard.h>
|
||||
|
||||
#ifndef HAVE_STDINT_H
|
||||
typedef unsigned long uint32_t;
|
||||
#endif
|
||||
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <machine/soundcard.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue