summaryrefslogtreecommitdiff
path: root/third_party/gsm/src/add.c
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/src/add.c
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/src/add.c')
-rw-r--r--third_party/gsm/src/add.c1
1 files changed, 1 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>