mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Put sys/types.h before sys/timeb.h so Ultrix compiles.
This commit is contained in:
parent
fa9c0fff36
commit
ec105b6026
1 changed files with 2 additions and 2 deletions
|
|
@ -7,15 +7,15 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.8 1996/12/15 09:05:35 bryanh Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.9 1996/12/16 03:34:52 bryanh Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/timeb.h>
|
||||
#include "postgres.h"
|
||||
#include "access/xact.h"
|
||||
#include "utils/palloc.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue