From: Otto Moerbeek Date: Fri, 7 Jul 2023 09:04:23 +0000 (+0200) Subject: Fix build: put arc4random.hh into _SOURCES X-Git-Tag: rec-5.0.0-alpha1~124^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac9c9bd22e5de81ddcb242c83e6c99e4c801dc28;p=thirdparty%2Fpdns.git Fix build: put arc4random.hh into _SOURCES Also a tiny bit of cleanup --- diff --git a/ext/arc4random/Makefile.am b/ext/arc4random/Makefile.am index ee46ad2a57..3a33bbe3c9 100644 --- a/ext/arc4random/Makefile.am +++ b/ext/arc4random/Makefile.am @@ -1,5 +1,8 @@ noinst_LTLIBRARIES = libarc4random.la -libarc4random_la_SOURCES = arc4random.c arc4random.h \ +libarc4random_la_SOURCES = \ + arc4random.c \ + arc4random.h \ + arc4random.hh \ arc4random_uniform.c \ bsd-getentropy.c \ includes.h \ diff --git a/ext/arc4random/arc4random.hh b/ext/arc4random/arc4random.hh index b2f1060865..1af8fee380 100644 --- a/ext/arc4random/arc4random.hh +++ b/ext/arc4random/arc4random.hh @@ -1,6 +1,7 @@ #pragma once -#include +#include +#include extern "C" {