Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb7a5917

Browse files
committed
Add sys/types.h to common includes.
1 parent0f9f2fe commitb7a5917

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/c.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.121 2002/06/2020:29:42 momjian Exp $
15+
* $Id: c.h,v 1.122 2002/08/21 17:20:58 petere Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -60,6 +60,7 @@
6060
#ifdefHAVE_STRINGS_H
6161
#include<strings.h>
6262
#endif
63+
#include<sys/types.h>
6364

6465
#ifdef__CYGWIN__
6566
#include<errno.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp