From: Bryan Henderson Date: Sun, 10 Nov 1996 01:37:48 +0000 (+0000) Subject: Add #include to quiet compiler warning about missing getopt() declaratoin. X-Git-Tag: REL2_0~175 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9f1b6bf7dbef2eee79419d47b061298430335b7e;p=users%2Fhanada%2Fpostgres.git Add #include to quiet compiler warning about missing getopt() declaratoin. --- diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index f636209f8e..7f219634c6 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,10 +7,11 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.9 1996/10/23 07:39:42 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.10 1996/11/10 01:37:48 bryanh Exp $ * *------------------------------------------------------------------------- */ +#include /* For getopt() */ #include #include #include