diff options
author | AmatCoder <amatcoder@gmail.com> | 2015-06-03 22:05:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-06-09 13:02:07 +0000 |
commit | 6b960b510b70a693cb5c1e88e69d8c23fb3004ec (patch) | |
tree | 09ac2fc2a87d7b418ef71adfe6e5b488edfc6799 /testing/nzbget/add_stdint.patch | |
parent | 186a8e9a68f037386f16e5d274d890d41452ed93 (diff) | |
download | aports-6b960b510b70a693cb5c1e88e69d8c23fb3004ec.tar.bz2 aports-6b960b510b70a693cb5c1e88e69d8c23fb3004ec.tar.xz |
testing/nzbget: new aport
http://nzbget.net
Usenet downloader
Diffstat (limited to 'testing/nzbget/add_stdint.patch')
-rw-r--r-- | testing/nzbget/add_stdint.patch | 11 |
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 0000000000..4422484bc6 --- /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; |