Page MenuHomePhabricator

[secp256k1] Fix bench_internal build
ClosedPublic

Authored by deadalnix on Apr 11 2018, 23:01.

Details

Summary

bench_internal try to include hash.h when the multiset module is enabled. However, this file is not in the include path, so we add it there.

Test Plan
make -C src/secp256k1 bench_internal

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel requested changes to this revision.Apr 11 2018, 23:02
schancel added a subscriber: schancel.
schancel added inline comments.
src/secp256k1/Makefile.am
179 ↗(On Diff #3474)

Cruft?

This revision now requires changes to proceed.Apr 11 2018, 23:02
deadalnix removed a subscriber: teamcity.

Remove changes to secp256k1.c

Keep the module inclusion reorder in Makefile.am for consistency.

This revision is now accepted and ready to land.Apr 11 2018, 23:06
This revision was automatically updated to reflect the committed changes.