blob: b27307b8ebb48b8b48d5940c8f390d5870fe4587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/daemon/remote/MessageBase.h
+++ b/daemon/remote/MessageBase.h
@@ -22,6 +22,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;
|