Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Ahem
Baptiste Daroussin committed 11 years ago
commit f2e3a111eda5b373d2886bf777e3eefc0f9ac019
parent b8b603a
1 file changed +2 -2
modified libpkg/pkg_elf.c
@@ -37,7 +37,7 @@
#include <machine/endian.h>
#endif
#include <sys/types.h>
-
#ifdef HAVE_SYS_ELF_COMMON_H && !defined(__DragonFly__)
+
#if defined(HAVE_SYS_ELF_COMMON_H) && !defined(__DragonFly__)
#include <sys/elf_common.h>
#endif
#include <sys/stat.h>
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <gelf.h>
#include <libgen.h>
-
#ifdef HAVE_LINK_H && !defined(__DragonFly__)
+
#if defined(HAVE_LINK_H) && !defined(__DragonFly__)
#include <link.h>
#endif
#include <paths.h>