mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] fix ape build
This commit is contained in:
parent
aae83a6a10
commit
a125e49415
@ -16,9 +16,10 @@
|
||||
#ifndef __COSMOPOLITAN__
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include "sha-256.h"
|
||||
#endif
|
||||
|
||||
#include "sha-256.h"
|
||||
|
||||
/****************************** MACROS ******************************/
|
||||
#define ROTLEFT(a,b) (((a) << (b)) | ((a) >> (32-(b))))
|
||||
#define ROTRIGHT(a,b) (((a) >> (b)) | ((a) << (32-(b))))
|
||||
|
Loading…
Reference in New Issue
Block a user