source: issm/oecreview/Archive/14312-15392/ISSM-14912-14913.diff@ 15393

Last change on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 686 bytes
RevLine 
[15393]1Index: ../trunk-jpl/src/c/io/Print/PrintfFunction.cpp
2===================================================================
3--- ../trunk-jpl/src/c/io/Print/PrintfFunction.cpp (revision 14912)
4+++ ../trunk-jpl/src/c/io/Print/PrintfFunction.cpp (revision 14913)
5@@ -9,14 +9,14 @@
6 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
7 #endif
8
9+#include <stdarg.h>
10+#ifdef _HAVE_ANDROID_NDK_
11+#include <android/log.h>
12+#endif
13 #include "./Print.h"
14 #include "../Comm/Comm.h"
15 #include "../../shared/MemOps/MemOps.h"
16
17-#ifdef _HAVE_ANDROID_NDK_
18-#include <android/log.h>
19-#endif
20-
21 int PrintfFunction(const char* format,...){
22 /*http://linux.die.net/man/3/vsnprintf*/
23
Note: See TracBrowser for help on using the repository browser.