10 lines
252 B
Diff
10 lines
252 B
Diff
--- src/crypto/crypto.h.orig 2020-04-14 16:00:33.022021781 +0200
|
|
+++ src/crypto/crypto.h 2020-04-14 16:00:50.765211461 +0200
|
|
@@ -8,6 +8,7 @@
|
|
#ifndef _CRYPTO_H_
|
|
#define _CRYPTO_H_
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|