File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: dl.h,v 1.1.1.1 1996/07/09 06:21:45 scrappy Exp $
9
+ * $Id: dl.h,v 1.2 1996/11/14 20:08:57 scrappy Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -114,4 +114,4 @@ extern char **dl_undefinedSymbols(/* int *count */);
114
114
extern void dl_printAllSymbols (/* void *handle */ );
115
115
extern void dl_setLibraries (/* char *libs */ );
116
116
117
- #endif _DL_HEADER_
117
+ #endif /* _DL_HEADER_ */
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/dynloader.c,v 1.1.1.1 1996/07/09 06:21:45 scrappy Exp $
12
+ * $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/dynloader.c,v 1.2 1996/11/14 20:08:58 scrappy Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
16
16
#include <stdio.h>
17
+ #include <postgres.h>
17
18
#include "dl.h"
18
19
#include "c.h"
19
20
#include "fmgr.h"
You can’t perform that action at this time.
0 commit comments