From: Maxim Mamontov <faust@user-desktop.(none)>
Date: Mon, 8 Nov 2010 13:11:34 +0000 (+0200)
Subject: В заголовочный файл rpcconfig.h добавлен os_int.h (используется тип
X-Git-Tag: 2.407-rc3~370
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/c67cbf10d39f6bb0d487660427e0622d7554b8ca?ds=inline

В заголовочный файл rpcconfig.h добавлен os_int.h (используется тип
        uint16_t)
---

diff --git a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
index b832ec92..6fc41e20 100644
--- a/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
+++ b/projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
@@ -10,6 +10,7 @@
 
 #include <pthread.h>
 
+#include "os_int.h"
 #include "base_plugin.h"
 #include "base_store.h"
 #include "base_settings.h"