From 0ec4d68600b83d41d2e48ad35d18e2a00f234619 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 9月 2019 01:34:22 +0800 Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager into develop --- src/library/os/os-linux.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/library/os/os-linux.c b/src/library/os/os-linux.c index 661ea78..1b78283 100644 --- a/src/library/os/os-linux.c +++ b/src/library/os/os-linux.c @@ -2,16 +2,16 @@ #include <sys/stat.h> #include "os.h" #include "../base/logger.h" - -//#include <openssl/evp.h> -//#include <openssl/bio.h> #include <openssl/pem.h> #include <openssl/err.h> #include <mntent.h> #include <dirent.h> - #include <sys/utsname.h> +#ifdef _DEBUG +#include <valgrind/memcheck.h> +#endif + #ifdef USE_DBUS #include <dbus-1.0/dbus/dbus.h> #endif -- Gitblit v1.9.1