diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-28 20:32:32 +0200 | 
| commit | 852c9d13e51ea60230dd18c9a29c614973fda963 (patch) | |
| tree | 4e9103785fda7940e4bf766b4f93dd8af37610a3 /drumgizmo/output | |
| parent | 3d106fc0baee9659ab7ae2c51e3c0255d96d62e6 (diff) | |
Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename sempahore.h to sem.h
Diffstat (limited to 'drumgizmo/output')
| -rw-r--r-- | drumgizmo/output/jackaudio.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drumgizmo/output/jackaudio.h b/drumgizmo/output/jackaudio.h index ce18f6f..52e6213 100644 --- a/drumgizmo/output/jackaudio.h +++ b/drumgizmo/output/jackaudio.h @@ -26,7 +26,7 @@   */  #pragma once  #include <vector> -#include <semaphore.h> +#include <sem.h>  #include "audiooutputengine.h"  #include "../jackclient.h" | 
