]> granicus.if.org Git - postgresql/commitdiff
Put sys/types.h before sys/timeb.h so Ultrix compiles.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Mon, 16 Dec 1996 03:34:52 +0000 (03:34 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Mon, 16 Dec 1996 03:34:52 +0000 (03:34 +0000)
src/backend/utils/adt/nabstime.c

index 56ceb278be761cb8520b84717e2ee66286076c52..9f6be38e8e1f83a6eef30cc5b7043e21d7dcfcc9 100644 (file)
@@ -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"