moved include for pthread.h to espeakup.h

This commit is contained in:
William Hubbs 2009-06-25 01:21:44 -05:00
commit 42c3f76a08
4 changed files with 1 additions and 3 deletions

View file

@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include "espeakup.h"