aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 18:08:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-21 18:08:11 +0000
commitd0f0778e1262daf291a4a77e098ee3e9f9d9a3a0 (patch)
treea719682521ff3bbe0f1f61dc300c7a4aee2c448c /codecs/lpc10
parentee1c0238d67e20a31b92d1004477f49c3c9eff2a (diff)
Fix include order
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1643 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/lpc10')
-rwxr-xr-xcodecs/lpc10/lpcini.c47
1 files changed, 29 insertions, 18 deletions
diff --git a/codecs/lpc10/lpcini.c b/codecs/lpc10/lpcini.c
index 78cfafdd8..12880466f 100755
--- a/codecs/lpc10/lpcini.c
+++ b/codecs/lpc10/lpcini.c
@@ -1,11 +1,14 @@
/*
$Log$
-Revision 1.17 2003/10/21 02:57:29 markster
-FreeBSD patch, take 2
+Revision 1.18 2003/10/21 18:08:11 markster
+Fix include order
-Revision 1.16 2003/10/18 00:26:43 tholo
-Revert the previous patch since it's braking compilation
+Revision 1.5 2003/10/21 18:08:11 markster
+Fix include order
+
+Revision 1.4 2003/10/21 02:57:29 markster
+FreeBSD patch, take 2
Revision 1.3 2003/10/16 21:11:30 martinp
Revert the previous patch since it's braking compilation
@@ -38,9 +41,8 @@ extern int lpcini_(void);
-lf2c -lm (in that order)
*/
-#include "f2c.h"
-
#include <stdlib.h>
+#include "f2c.h"
/* Common Block Declarations */
@@ -54,11 +56,14 @@ struct {
/* ***************************************************************** */
/* $Log$
- * Revision 1.17 2003/10/21 02:57:29 markster
- * FreeBSD patch, take 2
+ * Revision 1.18 2003/10/21 18:08:11 markster
+ * Fix include order
*
-/* Revision 1.16 2003/10/18 00:26:43 tholo
-/* Revert the previous patch since it's braking compilation
+/* Revision 1.5 2003/10/21 18:08:11 markster
+/* Fix include order
+/*
+/* Revision 1.4 2003/10/21 02:57:29 markster
+/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
@@ -89,11 +94,14 @@ struct {
{
/* $Log$
- * Revision 1.17 2003/10/21 02:57:29 markster
- * FreeBSD patch, take 2
+ * Revision 1.18 2003/10/21 18:08:11 markster
+ * Fix include order
*
-/* Revision 1.16 2003/10/18 00:26:43 tholo
-/* Revert the previous patch since it's braking compilation
+/* Revision 1.5 2003/10/21 18:08:11 markster
+/* Fix include order
+/*
+/* Revision 1.4 2003/10/21 02:57:29 markster
+/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
@@ -124,11 +132,14 @@ struct {
/* LPC Configuration parameters: */
/* Frame size, Prediction order, Pitch period */
/* $Log$
- * Revision 1.17 2003/10/21 02:57:29 markster
- * FreeBSD patch, take 2
+ * Revision 1.18 2003/10/21 18:08:11 markster
+ * Fix include order
*
-/* Revision 1.16 2003/10/18 00:26:43 tholo
-/* Revert the previous patch since it's braking compilation
+/* Revision 1.5 2003/10/21 18:08:11 markster
+/* Fix include order
+/*
+/* Revision 1.4 2003/10/21 02:57:29 markster
+/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation