mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 lines
229 B
Diff
14 lines
229 B
Diff
--- a/util_lib/include/sha256.h
|
|
+++ b/util_lib/include/sha256.h
|
|
@@ -1,7 +1,8 @@
|
|
#ifndef SHA256_H
|
|
#define SHA256_H
|
|
|
|
-#include <sys/types.h>
|
|
+//#include <sys/types.h>
|
|
+#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
typedef struct
|
|
|