Skip to content

Commit

Permalink
dln.c: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shyouhei committed Sep 10, 2021
1 parent 4f03930 commit de2afff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dln.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit de2afff

Please sign in to comment.