FS-9952: Add rpc h files to ks

This commit is contained in:
colm 2017-02-10 13:22:05 -05:00 committed by Mike Jerris
parent 5eb61cf535
commit fa6a4e7686
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ KS_DECLARE(void) ks_random_string(char *buf, uint16_t len, char *set);
#include "ks_bencode.h"
#include "ks_rng.h"
#include "ks_acl.h"
#include "ks_rpcmessage.h"
#include "ks_base64.h"
KS_END_EXTERN_C