diff options
author | Erik de Castro Lopo <erikd@miles> | 2005-10-13 09:22:16 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@miles> | 2005-10-13 09:22:16 +0000 |
commit | 6740909a31c57d77dbb5b06a8bb0544b04f130da (patch) | |
tree | a1a94a9530cfee5a2b1c4afe421b5834e765236b /src/htk.c | |
parent | 979f8d10732edcad95c99cba0d54e36f7ad81e52 (diff) |
Ensure sfconfig.h is included before any other header file.
Diffstat (limited to 'src/htk.c')
-rw-r--r-- | src/htk.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |