--- setup.py	2015-10-19 01:48:12.000000000 -0400
+++ setup.py	2016-04-05 21:20:24.000000000 -0400
@@ -56,7 +56,7 @@
 mac_sysroot_path = os.environ.get("SYSROOT_PATH", None)
 
 pyaudio_module_sources = ['src/_portaudiomodule.c']
-include_dirs = []
+include_dirs = ['__PREFIX__/include']
 external_libraries = []
 extra_compile_args = []
 extra_link_args = []