Browse Source

Android: Fix build

master
Patryk Mis 2 years ago
parent
commit
88e2d6f0a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/jni/jni/eSpeakService.c

+ 1
- 1
android/jni/jni/eSpeakService.c View File

@@ -29,7 +29,7 @@
#include <string.h>
#include <jni.h>

#include <espeak/speak_lib.h>
#include <espeak-ng/speak_lib.h>
#include <Log.h>

#define BUFFER_SIZE_IN_MILLISECONDS 300

Loading…
Cancel
Save