mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Update lua-argon2 for cosmopolitan/redbean
This commit is contained in:
parent
b51db9f923
commit
42aafc847e
3 changed files with 16 additions and 6 deletions
|
@ -20,12 +20,12 @@ original implementaiton.
|
|||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <argon2.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <libc/isystem/string.h>
|
||||
#include <libc/isystem/stdio.h>
|
||||
#include <third_party/argon2/argon2.h>
|
||||
#include <third_party/lua/lauxlib.h>
|
||||
#include <third_party/lua/lua.h>
|
||||
#include <third_party/lua/lualib.h>
|
||||
|
||||
|
||||
#ifndef LUA_51
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue