mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* random.c: #include <string.h>. (Needed by memcpy.)
This commit is contained in:
parent
97ebbbcac0
commit
f34d19c740
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include "libguile/smob.h"
|
||||
#include "libguile/numbers.h"
|
||||
#include "libguile/feature.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue