Browse Source

timespec is not used in wave.c, so remove the compatibility definition

master
Reece H. Dunn 9 years ago
parent
commit
188dd8084c
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/libespeak-ng/wave.c

+ 0
- 8
src/libespeak-ng/wave.c View File

@@ -39,14 +39,6 @@
#include "speech.h"
#include "wave.h"

#ifdef NEED_STRUCT_TIMESPEC
#define HAVE_STRUCT_TIMESPEC 1
struct timespec {
long tv_sec;
long tv_nsec;
};
#endif

#ifdef USE_PORTAUDIO
#include "portaudio.h"


Loading…
Cancel
Save