Browse Source

better like this for Android

JNI-44
Volker Birk 9 years ago
parent
commit
b839c5db82
  1. 3
      src/jniutils.cc

3
src/jniutils.cc

@ -5,11 +5,12 @@
#include <time.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <string>
#ifdef ANDROID
#include <time64.h>
#else
#include <string.h>
#endif
namespace pEp {

Loading…
Cancel
Save