diff --git a/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb b/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
index 767c943e7a7973abb4adfbc7e7aea2ee14f72047..4e1f10f1861afd794fb24a2937456d340a7d2851 100644
--- a/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
+++ b/meta/recipes-devtools/log4cxx/log4cxx_0.10.0.bb
@@ -7,8 +7,9 @@ HOMEPAGE = "http://logging.apache.org/log4cxx/"
 PR = "r0"
 
 SRC_URI = "http://archive.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz \
-          file://0001-log4cxx_0-10-0_add-missing-includes.patch \
-          file://0002-Remove-duplicates-from-makefile.patch"
+  file://0001-log4cxx_0-10-0_add-missing-includes.patch \
+  file://0002-Remove-duplicates-from-makefile.patch \
+  file://0003-log4cxx-0.10.0-add_stdio_header.patch"
 
 S = "${WORKDIR}/apache-${PN}-${PV}"