summaryrefslogtreecommitdiff
blob: 02c000412fbfa42801447e79e5a21aa9e8832217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/gsm2vmo.c
+++ b/src/gsm2vmo.c
@@ -27,7 +27,7 @@
  * 12 bit header and 260 bits standard GSM frame, as described
  * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
  */
-
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
--- a/src/vmo2gsm.c
+++ b/src/vmo2gsm.c
@@ -27,7 +27,7 @@
  * 12 bit header and 260 bits standart GSM frame, as described
  * in GSM 06.10 and GSM 06.12. The header is 0x2010 always.
  */
-
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>