summaryrefslogtreecommitdiff
path: root/platform.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-07 18:05:54 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-11-07 18:05:54 +1100
commitd1ece6e4a274df0447ad278f729c6f32b8e4a5e5 (patch)
tree13c1075234a448fece45fe097bfbb3d315fbedbc /platform.c
parent9283d8cbc594419712f09258540253b899d2afd9 (diff)
- (dtucker) [platform.c] includes.h instead of defines.h so that we get
the correct typedefs.
Diffstat (limited to 'platform.c')
-rw-r--r--platform.c4
1 files changed, 2 insertions, 2 deletions
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