pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files/nbcompat Need to include st...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/251ebb8376d1
branches:  trunk
changeset: 551363:251ebb8376d1
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Dec 14 07:50:49 2008 +0000

description:
Need to include stdint.h for unit64_t on SUA 6.0.

diffstat:

 pkgtools/libnbcompat/files/nbcompat/types.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0c82c9466695 -r 251ebb8376d1 pkgtools/libnbcompat/files/nbcompat/types.h
--- a/pkgtools/libnbcompat/files/nbcompat/types.h       Sun Dec 14 06:39:21 2008 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/types.h       Sun Dec 14 07:50:49 2008 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.3 2008/10/08 14:28:14 joerg Exp $  */
+/*     $NetBSD: types.h,v 1.4 2008/12/14 07:50:49 obache Exp $ */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -44,6 +44,10 @@
 #include <inttypes.h>
 #endif
 
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
 /*
  * Declare macros and functions that may be missing in <sys/types.h>.
  */



Home | Main Index | Thread Index | Old Index