macos: Add missing import statement
authorRalph Seichter <gitlab@seichter.de>
Thu, 10 Sep 2020 18:25:05 +0000 (20:25 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Mon, 28 Sep 2020 12:44:38 +0000 (15:44 +0300)
commit0050e5863a9a796b8bfe0dbd810e6c244b1c8e34
treefde6116b1af250d6d585a07c267be8790119eb9d
parent410db7d21651877dc15936f5449784e07b55fb01
macos: Add missing import statement

Add missing import of util.h. This fixes a build failure with the
Xcode 12 command line tools which manifests as follows:

  error: implicit declaration of function 'pa_thread_make_realtime'
  is invalid in C99 [-Werror,-Wimplicit-function-declaration]

Ref https://trac.macports.org/ticket/61107
src/modules/macosx/module-coreaudio-device.c