mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 11:28:25 +00:00
Fix include order
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1643 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.17 2003/10/21 02:57:29 markster
|
Revision 1.18 2003/10/21 18:08:11 markster
|
||||||
FreeBSD patch, take 2
|
Fix include order
|
||||||
|
|
||||||
Revision 1.16 2003/10/18 00:26:43 tholo
|
Revision 1.5 2003/10/21 18:08:11 markster
|
||||||
Revert the previous patch since it's braking compilation
|
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
|
Revision 1.3 2003/10/16 21:11:30 martinp
|
||||||
Revert the previous patch since it's braking compilation
|
Revert the previous patch since it's braking compilation
|
||||||
@@ -38,9 +41,8 @@ extern int lpcini_(void);
|
|||||||
-lf2c -lm (in that order)
|
-lf2c -lm (in that order)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "f2c.h"
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "f2c.h"
|
||||||
|
|
||||||
/* Common Block Declarations */
|
/* Common Block Declarations */
|
||||||
|
|
||||||
@@ -54,11 +56,14 @@ struct {
|
|||||||
/* ***************************************************************** */
|
/* ***************************************************************** */
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
* Revision 1.17 2003/10/21 02:57:29 markster
|
* Revision 1.18 2003/10/21 18:08:11 markster
|
||||||
* FreeBSD patch, take 2
|
* Fix include order
|
||||||
*
|
*
|
||||||
/* Revision 1.16 2003/10/18 00:26:43 tholo
|
/* Revision 1.5 2003/10/21 18:08:11 markster
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* 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
|
/* Revision 1.3 2003/10/16 21:11:30 martinp
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* Revert the previous patch since it's braking compilation
|
||||||
@@ -89,11 +94,14 @@ struct {
|
|||||||
{
|
{
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
* Revision 1.17 2003/10/21 02:57:29 markster
|
* Revision 1.18 2003/10/21 18:08:11 markster
|
||||||
* FreeBSD patch, take 2
|
* Fix include order
|
||||||
*
|
*
|
||||||
/* Revision 1.16 2003/10/18 00:26:43 tholo
|
/* Revision 1.5 2003/10/21 18:08:11 markster
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* 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
|
/* Revision 1.3 2003/10/16 21:11:30 martinp
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* Revert the previous patch since it's braking compilation
|
||||||
@@ -124,11 +132,14 @@ struct {
|
|||||||
/* LPC Configuration parameters: */
|
/* LPC Configuration parameters: */
|
||||||
/* Frame size, Prediction order, Pitch period */
|
/* Frame size, Prediction order, Pitch period */
|
||||||
/* $Log$
|
/* $Log$
|
||||||
* Revision 1.17 2003/10/21 02:57:29 markster
|
* Revision 1.18 2003/10/21 18:08:11 markster
|
||||||
* FreeBSD patch, take 2
|
* Fix include order
|
||||||
*
|
*
|
||||||
/* Revision 1.16 2003/10/18 00:26:43 tholo
|
/* Revision 1.5 2003/10/21 18:08:11 markster
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* 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
|
/* Revision 1.3 2003/10/16 21:11:30 martinp
|
||||||
/* Revert the previous patch since it's braking compilation
|
/* Revert the previous patch since it's braking compilation
|
||||||
|
|||||||
Reference in New Issue
Block a user