962864
diff --git a/src/util/sys_defs.h b/src/util/sys_defs.h
962864
index 99bec9b..95c78ec 100644
962864
--- a/src/util/sys_defs.h
962864
+++ b/src/util/sys_defs.h
962864
@@ -802,6 +803,7 @@ extern int initgroups(const char *, int);
962864
 #define _PATH_PROCNET_IFINET6 "/proc/net/if_inet6"
962864
 #endif
962864
 #endif
962864
+#define HAS_CLOSEFROM
962864
 #include <linux/version.h>
962864
 #if !defined(KERNEL_VERSION)
962864
 #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1)