Changeset 14913


Ignore:
Timestamp:
05/05/13 18:44:30 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: missing include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/io/Print/PrintfFunction.cpp

    r14910 r14913  
    1010#endif
    1111
     12#include <stdarg.h>
     13#ifdef _HAVE_ANDROID_NDK_
     14#include <android/log.h>
     15#endif
    1216#include "./Print.h"
    1317#include "../Comm/Comm.h"
    1418#include "../../shared/MemOps/MemOps.h"
    15 
    16 #ifdef _HAVE_ANDROID_NDK_
    17 #include <android/log.h>
    18 #endif
    1919
    2020int PrintfFunction(const char* format,...){
Note: See TracChangeset for help on using the changeset viewer.