From 7b2b8aaa0c810909922b662729774befc05e061e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Oct 2008 17:40:09 +0000 Subject: Fix posix_memalign detection. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1684 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index e290c51f..13418de3 100644 --- a/wscript +++ b/wscript @@ -45,6 +45,7 @@ def configure(conf): # Check for posix_memalign (OSX, amazingly, doesn't have it) fe = conf.create_function_enumerator() + fe.headers = ['stdlib.h'] fe.function = 'posix_memalign' fe.define = 'HAVE_POSIX_MEMALIGN' fe.run() -- cgit v1.2.1