Skip to content

Commit 9e0b4ff

Browse files
committed
fix w&e
1 parent d684035 commit 9e0b4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crypto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <stdint.h>
55
#include <simplecrypto.h>
6-
#include <types.h>
6+
#include <sys/types.h>
77
#include "server.h"
88

99
void init_crypto();

migratenew.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdio.h>
22
#include <string.h>
33
#include <simple_protobuf.h>
4-
#include <types.h>
4+
#include <sys/types.h>
55

66
#define DICTKEYSZOLD 64
77
#define DICTDATSZOLD 64

0 commit comments

Comments
 (0)