summaryrefslogtreecommitdiff
path: root/config/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'config/sysdeps')
-rw-r--r--config/sysdeps/sanitycheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sysdeps/sanitycheck.c b/config/sysdeps/sanitycheck.c
index fb8359e..982e663 100644
--- a/config/sysdeps/sanitycheck.c
+++ b/config/sysdeps/sanitycheck.c
@@ -4,9 +4,9 @@
#if defined(__gnu_linux__)
#include <config/os/gnu-linux/sanitycheck.c>
#elif defined(__MACH__) && defined(__APPLE__)
-/* relax */
+#include <config/os/macosx/sanitycheck.c>
#else
-/* relax */
+#include <config/os/generic/sanitycheck.c>
#endif
#endif /* _jack_sysdep_sanitycheck_c_ */