davidmoreno / rtpmidid

RTP MIDI (AppleMIDI) daemon for Linux
Other
183 stars 41 forks source link

test_rtpmidid: don't include bits directly #84

Closed dangowrt closed 2 years ago

dangowrt commented 2 years ago

Include <stdint.h> instead of <bits/stdint-uintn.h> which is specific to the GNU C library and may not exist in other implementations.