Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Include <sys/cdefs.h> for __signed.
details: https://anonhg.NetBSD.org/src/rev/446476e5d757
branches: trunk
changeset: 582694:446476e5d757
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Jul 05 08:15:34 2005 +0000
description:
Include <sys/cdefs.h> for __signed.
diffstat:
sys/sys/stdint.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a7c1ffec147c -r 446476e5d757 sys/sys/stdint.h
--- a/sys/sys/stdint.h Tue Jul 05 07:11:52 2005 +0000
+++ b/sys/sys/stdint.h Tue Jul 05 08:15:34 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stdint.h,v 1.3 2004/05/08 21:51:51 kleink Exp $ */
+/* $NetBSD: stdint.h,v 1.4 2005/07/05 08:15:34 kleink Exp $ */
/*-
* Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
#ifndef _SYS_STDINT_H_
#define _SYS_STDINT_H_
+#include <sys/cdefs.h>
#include <machine/int_types.h>
#ifndef int8_t
Home |
Main Index |
Thread Index |
Old Index