diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-23 20:19:13 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-23 20:26:12 +0200 |
| commit | 36db6633c314b0f41aeee856f74a8d5d59334dbb (patch) | |
| tree | 03eb57be5a27209e78945a86fb914d5c4eee3842 /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #4394 from laanwj/2014_06_rpc_tests_connectnode (diff) | |
| parent | build: fix build weirdness after 54372482. (diff) | |
| download | discoin-36db6633c314b0f41aeee856f74a8d5d59334dbb.tar.xz discoin-36db6633c314b0f41aeee856f74a8d5d59334dbb.zip | |
Merge pull request #4395
f3967bc build: fix build weirdness after 54372482. (Cory Fields)
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 4dafd9d2a..6d985abaf 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) -#include "bitcoin-config.h" +#include "config/bitcoin-config.h" #endif #include "optionsmodel.h" |