mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
fixed an include for gcc 4.3
This commit is contained in:
parent
b34e397717
commit
de8d4d9dc3
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
#ifndef __ESPEAKUP_H
|
||||
#define __ESPEAKUP_H
|
||||
|
||||
/* This was added for gcc 4.3 */
|
||||
#include <stddef.h>
|
||||
|
||||
#include <espeak/speak_lib.h>
|
||||
|
||||
enum command_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue