We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee26a5 commit 1ab0610Copy full SHA for 1ab0610
DMRNetwork.cpp
@@ -26,6 +26,7 @@
26
#include <cstdio>
27
#include <cassert>
28
#include <cstring>
29
+#include <stdlib.h>
30
31
const unsigned int BUFFER_LENGTH = 500U;
32
DStarNetwork.cpp
const unsigned int BUFFER_LENGTH = 100U;
MMDVMHost.cpp
@@ -46,6 +46,7 @@
46
47
48
#include <vector>
49
50
51
#if !defined(_WIN32) && !defined(_WIN64)
52
#include <sys/types.h>
0 commit comments