pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Include nbcompat/types.h ea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64da9ea6d14a
branches:  trunk
changeset: 548628:64da9ea6d14a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 19 21:02:07 2008 +0000

description:
Include nbcompat/types.h early to make sure that uintX_t are defined.
Reported by Aleksey Cheusov and Joern Clausen in PR 39738.

diffstat:

 pkgtools/libnbcompat/files/nbcompat.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 04892d26cc04 -r 64da9ea6d14a pkgtools/libnbcompat/files/nbcompat.h
--- a/pkgtools/libnbcompat/files/nbcompat.h     Sun Oct 19 19:36:30 2008 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat.h     Sun Oct 19 21:02:07 2008 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nbcompat.h,v 1.41 2008/10/06 12:36:20 joerg Exp $      */
+/*     $NetBSD: nbcompat.h,v 1.42 2008/10/19 21:02:07 joerg Exp $      */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -29,9 +29,9 @@
 #include <nbcompat/nbconfig.h>
 
 #include <nbcompat/cdefs.h>
+#include <nbcompat/types.h>
 #include <nbcompat/limits.h>
 #include <nbcompat/endian.h>
-#include <nbcompat/types.h>
 #include <nbcompat/param.h>
 
 #if HAVE_ERRNO_H



Home | Main Index | Thread Index | Old Index