diff --git a/maestro/misc.c b/maestro/misc.c
index 096a5428e695ca894cb7e71921857f50424f0661..67b743b100a44558b1546bde66490557401970ef 100644
--- a/maestro/misc.c
+++ b/maestro/misc.c
@@ -1,7 +1,7 @@
 #include "maestro/i_misc.h"
 #include "maestro/logging.h"
 
-#ifndef _POSIZE_C_SOURCE
+#ifndef _POSIX_C_SOURCE
 #define _POSIX_C_SOURCE 1
 #endif
 #include <limits.h>