summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-codec/gsm/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/src/pjmedia-codec/gsm/proto.h')
-rw-r--r--pjmedia/src/pjmedia-codec/gsm/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjmedia/src/pjmedia-codec/gsm/proto.h b/pjmedia/src/pjmedia-codec/gsm/proto.h
index 2851c086..2caa0154 100644
--- a/pjmedia/src/pjmedia-codec/gsm/proto.h
+++ b/pjmedia/src/pjmedia-codec/gsm/proto.h
@@ -20,6 +20,11 @@
#ifdef _NO_PROTO
# undef NeedFunctionPrototypes
#endif
+
+/* PJMEDIA: always use NeedFunctionPrototypes */
+#ifndef NeedFunctionPrototypes
+# define NeedFunctionPrototypes 1
+#endif
#undef P /* gnu stdio.h actually defines this... */
#undef P0