summaryrefslogtreecommitdiff
path: root/config/os
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:36:12 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:36:12 -0500
commit3aac458ec3fc65b47725beb2d73938b2b0c02aa3 (patch)
tree380601b742f05332d9a403b7c64915b6f78343c4 /config/os
parent550f528eb0b2feec84f4f4a02995825f6811a034 (diff)
downloadjack1-3aac458ec3fc65b47725beb2d73938b2b0c02aa3.tar.gz
fix includes for osx specific file
Diffstat (limited to 'config/os')
-rw-r--r--config/os/macosx/sanitycheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/os/macosx/sanitycheck.c b/config/os/macosx/sanitycheck.c
index 2f818c7..8968b2c 100644
--- a/config/os/macosx/sanitycheck.c
+++ b/config/os/macosx/sanitycheck.c
@@ -1,4 +1,4 @@
-#include <jack/sanitycheck.h>
+#include "sanitycheck.h"
int
sanitycheck (int a, int b)