File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
*
25
25
*
26
26
* IDENTIFICATION
27
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.12 1998/05/06 23:53:48 momjian Exp $
27
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.13 1998/05/07 16:17:16 momjian Exp $
28
28
*
29
29
*-------------------------------------------------------------------------
30
30
*/
31
31
32
32
#include <stdlib.h>
33
33
#include <stdio.h>
34
34
#include <string.h>
35
+ #include <errno.h>
35
36
#include <time.h>
36
37
#if !defined(NO_UNISTD_H )
37
38
#include <unistd.h>
Original file line number Diff line number Diff line change 9
9
* didn't really belong there.
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.1 1998/05/07 14:52:52 momjian Exp $
12
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.2 1998/05/07 16:17:18 momjian Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
18
18
#include <signal.h>
19
19
#include <string.h>
20
20
#include <unistd.h>
21
+ #include <sys/ioctl.h>
21
22
#include "libpq/pqsignal.h"
22
23
#include "libpq-fe.h"
23
24
#ifndef HAVE_TERMIOS_H
You can’t perform that action at this time.
0 commit comments