From da2ccda28711a59d057a525125cd075e3f880354 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 21 Jun 2016 14:52:15 +0100 Subject: [PATCH] rand48: needs the header --- Library/libs/rand48.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Library/libs/rand48.h diff --git a/Library/libs/rand48.h b/Library/libs/rand48.h new file mode 100644 index 00000000..01f1e61f --- /dev/null +++ b/Library/libs/rand48.h @@ -0,0 +1,3 @@ + +extern void __iteration48(void); +extern uint16_t __msa48[7]; -- 2.34.1