Skip to content
Snippets Groups Projects
Commit f1ad18d4 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add missing include.

parent 653cd3e3
No related branches found
No related tags found
No related merge requests found
...@@ -7,13 +7,15 @@ ...@@ -7,13 +7,15 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/qnx4.h,v 1.2 2000/05/28 17:56:02 tgl Exp $ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/qnx4.h,v 1.3 2001/03/01 19:03:44 petere Exp $
* *
* NOTES * NOTES
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
/* System includes */
#include "fmgr.h"
void *pg_dlopen(char *filename); void *pg_dlopen(char *filename);
PGFunction pg_dlsym(void *handle, char *funcname); PGFunction pg_dlsym(void *handle, char *funcname);
void pg_dlclose(void *handle); void pg_dlclose(void *handle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment