summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--platform.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f8e9a9aec..d02a2dabf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120101107
2 - (dtucker) [platform.c] includes.h instead of defines.h so that we get
3 the correct typedefs.
4
120101105 520101105
2 - (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of 6 - (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of
3 int. Should fix bz#1817 cleanly; ok dtucker@ 7 int. Should fix bz#1817 cleanly; ok dtucker@
diff --git a/platform.c b/platform.c
index 0d5b4f1bc..f57c2eab3 100644
--- a/platform.c
+++ b/platform.c
@@ -1,4 +1,4 @@
1/* $Id: platform.c,v 1.15 2010/11/05 07:56:08 dtucker Exp $ */ 1/* $Id: platform.c,v 1.16 2010/11/07 07:05:54 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2006 Darren Tucker. All rights reserved. 4 * Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -16,7 +16,7 @@
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19#include "config.h" 19#include "includes.h"
20 20
21#include <sys/types.h> 21#include <sys/types.h>
22 22