summaryrefslogtreecommitdiff
path: root/src/htk.c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@miles>2005-10-13 09:22:16 +0000
committerErik de Castro Lopo <erikd@miles>2005-10-13 09:22:16 +0000
commit6740909a31c57d77dbb5b06a8bb0544b04f130da (patch)
treea1a94a9530cfee5a2b1c4afe421b5834e765236b /src/htk.c
parent979f8d10732edcad95c99cba0d54e36f7ad81e52 (diff)
Ensure sfconfig.h is included before any other header file.
Diffstat (limited to 'src/htk.c')
-rw-r--r--src/htk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htk.c b/src/htk.c
index ea08206..3fb61d3 100644
--- a/src/htk.c
+++ b/src/htk.c
@@ -16,13 +16,14 @@
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include "sfconfig.h"
+
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
#include "sndfile.h"
-#include "sfconfig.h"
#include "sfendian.h"
#include "common.h"