summaryrefslogtreecommitdiff
path: root/components/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/entropy.c')
-rw-r--r--components/entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/entropy.c b/components/entropy.c
index f1441b3..65c65a1 100644
--- a/components/entropy.c
+++ b/components/entropy.c
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-#ifdef __linux__
+#if defined(__linux__)
#include <stdio.h>
#include "../util.h"