From a7b70be51a20b8a3b371ab9172fd6791ada2d8a7 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 2 Dec 2023 18:21:31 +0200 Subject: [PATCH] control.h: port JACK2 API changes (jack/types.h and jack/systemdeps.h includes) --- control.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/control.h b/control.h index 02e13b6..38da5b0 100644 --- a/control.h +++ b/control.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2008 Nedko Arnaudov + Copyright (C) 2008-2003 Nedko Arnaudov Copyright (C) 2008 GRAME This program is free software; you can redistribute it and/or modify @@ -26,9 +26,10 @@ #ifndef JACK_CONTROL_H #define JACK_CONTROL_H +#include #include - -#if !defined (__sun__) +#include +#if !defined(sun) && !defined(__sun__) #include #endif