summaryrefslogtreecommitdiff
path: root/third_party/gsm
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-16 16:45:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-16 16:45:29 +0000
commitc89b39146e1323a40366c1da6f26e5eeb7960cde (patch)
tree86454e9ca6e76ea0def183cbc6ecbf850dca78ed /third_party/gsm
parent611d921d61c175f4346cd4441690ce09e3a282fb (diff)
Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2285 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/gsm')
-rw-r--r--third_party/gsm/src/add.c1
-rw-r--r--third_party/gsm/src/decode.c1
-rw-r--r--third_party/gsm/src/long_term.c1
-rw-r--r--third_party/gsm/src/lpc.c1
-rw-r--r--third_party/gsm/src/preprocess.c1
-rw-r--r--third_party/gsm/src/rpe.c1
-rw-r--r--third_party/gsm/src/short_term.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/third_party/gsm/src/add.c b/third_party/gsm/src/add.c
index 258a6fcc..381f4e5a 100644
--- a/third_party/gsm/src/add.c
+++ b/third_party/gsm/src/add.c
@@ -10,6 +10,7 @@
* See private.h for the more commonly used macro versions.
*/
+#include "config.h"
#include <stdio.h>
#include <assert.h>
diff --git a/third_party/gsm/src/decode.c b/third_party/gsm/src/decode.c
index d51c54ac..91e61af8 100644
--- a/third_party/gsm/src/decode.c
+++ b/third_party/gsm/src/decode.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/decode.c,v 1.1 1992/10/28 00:15:50 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include "private.h"
diff --git a/third_party/gsm/src/long_term.c b/third_party/gsm/src/long_term.c
index b2d2d3f4..91bf8a95 100644
--- a/third_party/gsm/src/long_term.c
+++ b/third_party/gsm/src/long_term.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/long_term.c,v 1.6 1996/07/02 12:33:19 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include <assert.h>
diff --git a/third_party/gsm/src/lpc.c b/third_party/gsm/src/lpc.c
index 21b9faf8..e30211d8 100644
--- a/third_party/gsm/src/lpc.c
+++ b/third_party/gsm/src/lpc.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/lpc.c,v 1.5 1994/12/30 23:14:54 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include <assert.h>
diff --git a/third_party/gsm/src/preprocess.c b/third_party/gsm/src/preprocess.c
index fa16efe4..78085927 100644
--- a/third_party/gsm/src/preprocess.c
+++ b/third_party/gsm/src/preprocess.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/preprocess.c,v 1.2 1994/05/10 20:18:45 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include <assert.h>
diff --git a/third_party/gsm/src/rpe.c b/third_party/gsm/src/rpe.c
index eda4f18e..dd611795 100644
--- a/third_party/gsm/src/rpe.c
+++ b/third_party/gsm/src/rpe.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/rpe.c,v 1.3 1994/05/10 20:18:46 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include <assert.h>
diff --git a/third_party/gsm/src/short_term.c b/third_party/gsm/src/short_term.c
index f7829bae..058aa4cf 100644
--- a/third_party/gsm/src/short_term.c
+++ b/third_party/gsm/src/short_term.c
@@ -6,6 +6,7 @@
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/short_term.c,v 1.2 1994/05/10 20:18:47 jutta Exp $ */
+#include "config.h"
#include <stdio.h>
#include <assert.h>