Added dlfcn.h to dl.c in BSD44_derived port

This commit is contained in:
Marc G. Fournier 1996-10-03 22:41:42 +00:00
parent aefb294e13
commit c61d606a15
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <sys/types.h>
#include <nlist.h>
#include <link.h>
#include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h>