]> granicus.if.org Git - postgresql/commitdiff
Added dlfcn.h to dl.c in BSD44_derived port
authorMarc G. Fournier <scrappy@hub.org>
Thu, 3 Oct 1996 22:41:42 +0000 (22:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 3 Oct 1996 22:41:42 +0000 (22:41 +0000)
src/backend/port/BSD44_derived/dl.c

index 394fb8a2e0a4baf57282597c4db0f635aa759fd3..73e9e48dbcfb3081cd2547b7f565324f60645f24 100644 (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>