diff --git a/targets/SIMU/USER/Makefile b/targets/SIMU/USER/Makefile
index 409e6ea4182a0ee6277de1ee11bee6c51f026ff6..66a3cf2b684126b72c744bd3f3aa109d5bf5a95c 100644
--- a/targets/SIMU/USER/Makefile
+++ b/targets/SIMU/USER/Makefile
@@ -24,6 +24,9 @@ CFLAGS = -Wall -fno-strict-aliasing -DUSER_MODE -DNB_ANTENNAS_RX=2 -DNB_ANTENNAS
 
 ifdef ENABLE_ITTI
 CFLAGS += -DENABLE_ITTI
+ifndef DISABLE_ITTI_EVENT_FD
+CFLAGS += -DENABLE_EVENT_FD
+endif
 endif
 
 # Check if GCC version is greater or equal to 4.4