Skip to content

Commit

Permalink
fix config.h include file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jun 7, 2019
1 parent d413496 commit 69b0032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compat/byteswap.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define BITCOIN_COMPAT_BYTESWAP_H

#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#include <config/pivx-config.h>
#endif

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion src/compat/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define BITCOIN_COMPAT_ENDIAN_H

#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#include <config/pivx-config.h>
#endif

#include <compat/byteswap.h>
Expand Down

0 comments on commit 69b0032

Please sign in to comment.