Commit f1ad18d4 authored by Peter Eisentraut's avatar Peter Eisentraut

Add missing include.

parent 653cd3e3
...@@ -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);
......
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