incremental improvement in cleanliness

This commit is contained in:
G.E.
2024-03-12 12:37:08 +02:00
parent 642b0e92fa
commit 33444e7ce0
4 changed files with 16 additions and 8 deletions

View File

@@ -42,6 +42,10 @@
#elif defined(ARCH_PPC64EL)
#include "util/arch/ppc64el/ppc64el.h"
#endif
#ifdef __NetBSD__
#include <strings.h>
#define HAVE_LOCAL_POPCOUNT
#endif
#endif // UTIL_ARCH_X86_H_