diff options
author | Jack Lloyd <[email protected]> | 2016-11-27 09:52:30 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-27 09:52:30 -0500 |
commit | a17e3bfa187adb5c6d7d80c78d5df8c1f146c647 (patch) | |
tree | 8311681601fb9f5c03cdf09ca8fdf767f249f86a /src/build-data/buildh.in | |
parent | 69ebd4d2b02fba98747e0c16829d47b2f05760ea (diff) |
Fix amalgamation
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 18a8858dc..ba6eee97d 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -225,6 +225,6 @@ Each read generates 32 bits of output #error "Trying to compile Botan configured as x86_32 with non-x86_32 compiler." #endif -#endif - #include <botan/compiler.h> + +#endif |