mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
* FreeBSD 4.x doesn't have stdint.h, use inttypes.h instead (which is
also part of ISO C).
This commit is contained in:
parent
5dea0622d1
commit
26fd28432d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _SHA_H
|
||||
#define _SHA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
/* The SHA block size and message digest sizes, in bytes */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue