mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-23 08:04:18 +02:00
convert to autotools
This commit is contained in:
parent
d1630432ba
commit
056dcf70fe
14 changed files with 99 additions and 82 deletions
4
queue.c
4
queue.c
|
|
@ -21,6 +21,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue