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 59dcac1 commit 37c168fCopy full SHA for 37c168f
src/backend/utils/adt/nabstime.c
@@ -7,16 +7,18 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.10 1997/01/06 00:20:13 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.11 1997/01/10 18:22:41 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h>
15
#include <ctype.h>
16
#include <string.h>
17
#include <sys/types.h>
18
-#include <sys/timeb.h>
19
#include "postgres.h"
+#ifndef USE_POSIX_TIME
20
+#include <sys/timeb.h>
21
+#endif
22
#include "access/xact.h"
23
24
#define MAXDATEFIELDS 25
0 commit comments