File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
src/backend/port/dynloader Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
39
39
40
40
#include <sys/types.h>
41
41
#include <nlist.h>
42
- #include " link.h"
42
+ #include < link.h>
43
43
#include <dlfcn.h>
44
44
45
45
#include <stdio.h>
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: freebsd.h,v 1.9 2001/05/14 21:45:53 petere Exp $
10
+ * $Id: freebsd.h,v 1.10 2001/05/15 16:55:27 petere Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
17
17
#include <sys/types.h>
18
18
#include <nlist.h>
19
19
#include <link.h>
20
+ #include <dlfcn.h>
20
21
21
22
#include "utils/dynamic_loader.h"
22
23
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
39
39
40
40
#include <sys/types.h>
41
41
#include <nlist.h>
42
- #include " link.h"
42
+ #include < link.h>
43
43
#include <dlfcn.h>
44
44
45
45
#include <stdio.h>
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: netbsd.h,v 1.4 2001/05/14 21:45:53 petere Exp $
10
+ * $Id: netbsd.h,v 1.5 2001/05/15 16:55:27 petere Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
16
16
17
17
#include <sys/types.h>
18
18
#include <nlist.h>
19
- #include "link.h"
19
+ #include <link.h>
20
+ #include <dlfcn.h>
20
21
21
22
#include "utils/dynamic_loader.h"
22
23
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
39
39
40
40
#include <sys/types.h>
41
41
#include <nlist.h>
42
- #include " link.h"
42
+ #include < link.h>
43
43
#include <dlfcn.h>
44
44
45
45
#include <stdio.h>
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: openbsd.h,v 1.4 2001/05/14 21:45:53 petere Exp $
10
+ * $Id: openbsd.h,v 1.5 2001/05/15 16:55:27 petere Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
16
16
17
17
#include <sys/types.h>
18
18
#include <nlist.h>
19
- #include "link.h"
19
+ #include <link.h>
20
+ #include <dlfcn.h>
20
21
21
22
#include "utils/dynamic_loader.h"
22
23
You can’t perform that action at this time.
0 commit comments