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 fa9c0ff commit ec105b6Copy full SHA for ec105b6
src/backend/utils/adt/nabstime.c
@@ -7,15 +7,15 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h>
15
#include <ctype.h>
16
#include <string.h>
17
-#include <sys/timeb.h>
18
#include <sys/types.h>
+#include <sys/timeb.h>
19
#include "postgres.h"
20
#include "access/xact.h"
21
#include "utils/palloc.h"
0 commit comments