bufmgr.c failed to compile on Darwin, because it didn't include
authorTom Lane
Sat, 20 Dec 2003 22:18:02 +0000 (22:18 +0000)
committerTom Lane
Sat, 20 Dec 2003 22:18:02 +0000 (22:18 +0000)
 where struct timeval is defined.

src/backend/storage/buffer/bufmgr.c

index d68ee96e915a98301db8ff8e474e53e56d2ef6b6..1ac603e68df040c6105f990c5cd10afe78dabebf 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.149 2003/12/14 00:34:47 neilc Exp $
+ *   $PostgreSQL: pgsql/src/backend/storage/buffer/bufmgr.c,v 1.150 2003/12/20 22:18:02 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
  */
 #include "postgres.h"
 
-#include 
 #include 
 #include 
+#include 
+#include 
 #include 
 
 #include "lib/stringinfo.h"