Browse Source

Use complete path to include bitcoin-config.h.

pull/145/head
Pavel Janík 10 years ago
parent
commit
a53d16ac0c
  1. 2
      src/netbase.cpp

2
src/netbase.cpp

@ -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"

Loading…
Cancel
Save