ACPICA: Fix including acpi.h when building standalone code.
authorSascha Wildner <saw@online.de>
Mon, 30 Dec 2019 09:37:53 +0000 (10:37 +0100)
committerSascha Wildner <saw@online.de>
Mon, 30 Dec 2019 10:33:38 +0000 (11:33 +0100)
commit64664f41552507cf567d3408c157ebabc9bb7f74
treead0441c916a5f83aeef66021fa91c8e66cf57b0b
parentc6fe68c3bff4f93ecd14b0dbfa488ce79a3ed18c
ACPICA: Fix including acpi.h when building standalone code.

Leaving ACPI_USE_STANDARD_HEADERS undefined prevents standard headers
from being included and causing conflicts with <stand.h>, most notably
for putenv() and random() which have different prototypes in libstand.

<stand.h> and libstand provide everything we need.
sys/contrib/dev/acpica/source/include/platform/acdragonfly.h