Skip to content

Commit

Permalink
Merge pull request #14378 from kestrels/wip-19454
Browse files Browse the repository at this point in the history
arch: fix build on PowerPC with FreeBSD

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
tchaikov committed Apr 10, 2017
2 parents b973c88 + e11756b commit 6caa1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/ppc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
int ceph_arch_ppc_crc32 = 0;

#include <stdio.h>
#include <sys/auxv.h>

#if __linux__ && __powerpc64__
#include <sys/auxv.h>
#include <asm/cputable.h>
#endif /* __linux__ && __powerpc64__ */

Expand Down

0 comments on commit 6caa1b6

Please sign in to comment.