[build] fix ape build

pull/915/head
Timothy Stack 3 years ago
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…
Cancel
Save