aports/testing/nzbget/add_stdint.patch
2016-06-01 22:58:25 +02:00

12 lines
342 B
Diff

--- 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;