summaryrefslogtreecommitdiffstats
path: root/testing/nzbget/add_stdint.patch
blob: 4422484bc670470195ccebf5796be4e5b257fda7 (plain)
1
2
3
4
5
6
7
8
9
10
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;