Commit c61d606a authored by Marc G. Fournier's avatar Marc G. Fournier

Added dlfcn.h to dl.c in BSD44_derived port

parent aefb294e
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment