Skip to content

Commit ec105b6

Browse files
author
Bryan Henderson
committed
Put sys/types.h before sys/timeb.h so Ultrix compiles.
1 parent fa9c0ff commit ec105b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/nabstime.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.8 1996/12/15 09:05:35 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.9 1996/12/16 03:34:52 bryanh Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include <stdio.h>
1515
#include <ctype.h>
1616
#include <string.h>
17-
#include <sys/timeb.h>
1817
#include <sys/types.h>
18+
#include <sys/timeb.h>
1919
#include "postgres.h"
2020
#include "access/xact.h"
2121
#include "utils/palloc.h"

0 commit comments

Comments
 (0)