mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 04:41:43 +02:00
12 lines
342 B
Diff
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;
|