1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

build: fixed headers for C prototype check

This commit is contained in:
Andrew Tridgell 2010-03-23 09:34:44 +11:00
parent 00649a9c62
commit 8e7922e10c

View File

@ -427,6 +427,7 @@ def CHECK_C_PROTOTYPE(conf, function, prototype, define, headers=None):
return conf.CHECK_CODE('%s; void *_x = (void *)%s' % (prototype, function),
define=define,
local_include=False,
headers=headers,
msg='Checking C prototype for %s' % function)