mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-27 07:20:25 +08:00
fix w&e
This commit is contained in:
2
crypto.h
2
crypto.h
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <simplecrypto.h>
|
#include <simplecrypto.h>
|
||||||
#include <types.h>
|
#include <sys/types.h>
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
||||||
void init_crypto();
|
void init_crypto();
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <simple_protobuf.h>
|
#include <simple_protobuf.h>
|
||||||
#include <types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define DICTKEYSZOLD 64
|
#define DICTKEYSZOLD 64
|
||||||
#define DICTDATSZOLD 64
|
#define DICTDATSZOLD 64
|
||||||
|
|||||||
Reference in New Issue
Block a user