Add Haiku (BeOS-like OS) support (#1858)

This commit is contained in:
Luca D'Amico
2024-02-07 23:15:30 +01:00
committed by GitHub
parent 5ffa642980
commit 646ed3cb32
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,9 @@ A million repetitions of "a"
#if defined(__sun)
#include "solarisfixes.h"
#endif
#if defined(__HAIKU__)
#include <ByteOrder.h>
#endif
#include "sha1.h"
#ifndef BYTE_ORDER