Skip to content
Snippets Groups Projects
Commit 41fbd21b authored by lhausamm's avatar lhausamm Committed by Loic Hausammann
Browse files

Fix testlogger when logger disabled

parent aad9e43b
No related branches found
No related tags found
1 merge request!502Logger
......@@ -20,7 +20,7 @@
/* Config parameters. */
#include "../config.h"
#ifdef HAVE_POSIX_FALLOCATE /* Are we on a sensible platform? */
#if defined(HAVE_POSIX_FALLOCATE) && defined(WITH_LOGGER) /* Are we on a sensible platform? */
/* Some standard headers. */
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment