Merge pull request #5374

a53d16a Use complete path to include bitcoin-config.h. (Pavel Janík)
This commit is contained in:
Wladimir J. van der Laan 2014-11-28 09:46:02 +01:00
commit 631e698bb7
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifdef HAVE_CONFIG_H
#include "bitcoin-config.h"
#include "config/bitcoin-config.h"
#endif
#include "netbase.h"