We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bbe2a commit 16a20c5Copy full SHA for 16a20c5
src/include/libpq/libpq.h
@@ -6,13 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: libpq.h,v 1.10 1998/01/26 01:42:18 scrappy Exp $
+ * $Id: libpq.h,v 1.11 1998/01/26 01:49:19 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef LIBPQ_H
14
#define LIBPQ_H
15
16
+#include <sys/types.h>
17
+
18
#include <netinet/in.h>
19
20
#include "libpq/libpq-be.h"
0 commit comments