From dd7c84185c160bb0d95bd265182f24f1f6c21924 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 9 Feb 2012 12:39:33 -0500 Subject: Attempt to fix MSVC builds and other fls-related breakage. Thanks to Andrew Dunstan for bringing this to my attention. --- src/port/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/port/Makefile') diff --git a/src/port/Makefile b/src/port/Makefile index ffbe95effc..1bf0963ba7 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS) LIBS += $(PTHREAD_LIBS) -OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o \ +OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o \ noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \ qsort.o qsort_arg.o sprompt.o thread.o -- cgit v1.2.1