mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
dln.c: add missing dependency
This commit is contained in:
parent
4f03930d04
commit
de2afff1b9
Notes:
git
2021-09-10 20:01:04 +09:00
1 changed files with 1 additions and 0 deletions
1
dln.c
1
dln.c
|
@ -23,6 +23,7 @@ static void dln_loaderror(const char *format, ...);
|
|||
#endif
|
||||
#include "dln.h"
|
||||
#include "internal.h"
|
||||
#include "internal/compilers.h"
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue