diff --git a/src/core.c b/src/core.c
index 416b68305..6bb12619a 100644
--- a/src/core.c
+++ b/src/core.c
@@ -126,7 +126,7 @@
     #include "gestures.h"       // Gestures detection functionality
 #endif
 
-#if defined(SUPPORT_CAMERA_SYSTEM) && !defined(PLATFORM_ANDROID)
+#if defined(SUPPORT_CAMERA_SYSTEM)
     #define CAMERA_IMPLEMENTATION
     #include "camera.h"         // Camera system functionality
 #endif