core: hash: add missing include
This commit is contained in:
+1
-1
@@ -4,10 +4,10 @@
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
|
|
||||||
#include <fx/core/hash.h>
|
#include <fx/core/hash.h>
|
||||||
#include <memory.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define F(x, y, z) (z ^ (x & (y ^ z)))
|
#define F(x, y, z) (z ^ (x & (y ^ z)))
|
||||||
#define G(x, y, z) (y ^ (z & (x ^ y)))
|
#define G(x, y, z) (y ^ (z & (x ^ y)))
|
||||||
|
|||||||
Reference in New Issue
Block a user