summaryrefslogtreecommitdiffstats
path: root/gatmux/gsm0710.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatmux/gsm0710.c')
-rw-r--r--gatmux/gsm0710.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/gatmux/gsm0710.c b/gatmux/gsm0710.c
index d0df30e0..e12e7405 100644
--- a/gatmux/gsm0710.c
+++ b/gatmux/gsm0710.c
@@ -17,11 +17,16 @@
**
****************************************************************************/
-#include "gsm0710_p.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <alloca.h>
#include <string.h>
#include <stdio.h>
+#include "gsm0710_p.h"
+
/* Initialize a GSM 07.10 context, in preparation for startup */
void gsm0710_initialize(struct gsm0710_context *ctx)
{