1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Updated version.

This commit is contained in:
Bruce Momjian
1996-09-26 14:07:07 +00:00
parent f8a84c947a
commit a3e68d902e
3 changed files with 4 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
#include <stdio.h>
#include <signal.h>
#include <time.h>
#include <libpq-fe.h>
#include "halt.h"
#include <libpq-fe.h>
#include "pginterface.h"
int main(int argc, char **argv)
@@ -70,4 +70,3 @@ int main(int argc, char **argv)
return 0;
}