Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d91cc29

Browse files
committed
Changed include path.
1 parent 3d7fe6c commit d91cc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-lobj.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.1.1.1 1996/07/09 06:22:17 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.2 1996/10/31 05:58:32 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -17,7 +17,7 @@
1717
#include <sys/types.h>
1818
#include "postgres.h"
1919
#include "libpq-fe.h"
20-
#include "obj/fmgr.h"
20+
#include "fmgr.h"
2121
#include "libpq/libpq-fs.h"
2222

2323
#ifndef MAXPATHLEN

0 commit comments

Comments
 (0)