1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 02:00:25 +08:00
This commit is contained in:
源文雨
2022-03-29 20:00:04 +08:00
parent d6840358f3
commit 9e0b4ffc18
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include <stdint.h>
#include <simplecrypto.h>
#include <types.h>
#include <sys/types.h>
#include "server.h"
void init_crypto();

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <simple_protobuf.h>
#include <types.h>
#include <sys/types.h>
#define DICTKEYSZOLD 64
#define DICTDATSZOLD 64