Files

15 lines
433 B
C
Raw Permalink Normal View History

2022-08-01 15:51:31 -05:00
--- src/pluginscheduler.c 2022-07-18 04:07:38.000000000 -0500
+++ src/pluginscheduler.c 2022-07-31 19:38:07.076865000 -0500
@@ -33,7 +33,11 @@
2021-01-06 08:46:26 +00:00
#include <glib.h>
#include <gvm/base/prefs.h> /* for prefs_get() */
#include <gvm/util/nvticache.h> /* for nvticache_t */
2022-08-01 15:51:31 -05:00
+#include <stdlib.h>
+#if !defined(__FreeBSD__)
#include <malloc.h>
+#endif
2021-01-06 08:46:26 +00:00
+#include <stdlib.h>
#include <string.h> /* for strcmp() */
#undef G_LOG_DOMAIN