namecoin / namecoin-legacy

Legacy client. New version here: https://github.com/namecoin/namecoin-core Note the release branch! - Official website:
https://namecoin.org
MIT License
448 stars 177 forks source link

Fix compilation error in Ubuntu 14.04. #117

Closed domob1812 closed 10 years ago

domob1812 commented 10 years ago

Fix a compilation error in Ubuntu 14.04 - see https://github.com/chronokings/huntercoin/pull/50. I've tested that the code still works / compiles for me (and the added #include shouldn't hurt), but I can't confirm that it does indeed fix the problem also for Namecoin. Please, someone test this. I got reports that the current HEAD fails to build on Ubuntu 14.04 with the same error that appears in Huntercoin.

crosser commented 10 years ago

Fixes the link error for me, resulting binary works.

phelixbtc commented 10 years ago

Compiles on Windows, too. ACK