Browse Source

missing string.h again

JNI-44
Volker Birk 9 years ago
parent
commit
02cfa6eef3
  1. 4
      src/basic_api.cc

4
src/basic_api.cc

@ -2,6 +2,10 @@
#include <pEp/blacklist.h>
#include <pEp/sync.h>
#ifndef ANDROID
#include <string.h>
#endif
#include "throw_pEp_exception.hh"
#include "jniutils.hh"

Loading…
Cancel
Save