1
0
Fork 0
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:
卜部昌平 2021-09-09 12:19:20 +09:00
parent 4f03930d04
commit de2afff1b9
Notes: git 2021-09-10 20:01:04 +09:00

1
dln.c
View file

@ -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>