aports/testing/nzbget/add_stdint.patch
2015-06-09 13:02:07 +00:00

12 lines
342 B
Diff

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