aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nzbget/add_stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nzbget/add_stdint.patch')
-rw-r--r--testing/nzbget/add_stdint.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nzbget/add_stdint.patch b/testing/nzbget/add_stdint.patch
new file mode 100644
index 00000000000..4422484bc67
--- /dev/null
+++ b/testing/nzbget/add_stdint.patch
@@ -0,0 +1,11 @@
+--- a/daemon/remote/MessageBase.h
++++ b/daemon/remote/MessageBase.h
+@@ -27,6 +27,8 @@
+ #ifndef MESSAGEBASE_H
+ #define MESSAGEBASE_H
+
++#include <stdint.h>
++
+ static const int32_t NZBMESSAGE_SIGNATURE = 0x6E7A6228; // = "nzb-XX" (protocol version)
+ static const int NZBREQUESTFILENAMESIZE = 512;
+ static const int NZBREQUESTPASSWORDSIZE = 32;