<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 &lt;limits.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
 #include &lt;string.h&gt;
--- 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 &lt;limits.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;stdlib.h&gt;
 #include &lt;string.h&gt;
</pre></body></html>