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>
details: https://anonhg.NetBSD.org/src/rev/9f50718e03e9
branches: trunk
changeset: 801731:9f50718e03e9
user: matt <matt%NetBSD.org@localhost>
date: Fri Aug 15 11:58:13 2014 +0000
description:
#include <sys/cdefs.h>
diffstat:
sys/sys/stdarg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8d693ea19601 -r 9f50718e03e9 sys/sys/stdarg.h
--- a/sys/sys/stdarg.h Fri Aug 15 11:05:35 2014 +0000
+++ b/sys/sys/stdarg.h Fri Aug 15 11:58:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stdarg.h,v 1.3 2012/07/19 22:46:41 pooka Exp $ */
+/* $NetBSD: stdarg.h,v 1.4 2014/08/15 11:58:13 matt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -34,6 +34,7 @@
#ifndef _SYS_STDARG_H_
#define _SYS_STDARG_H_
+#include <sys/cdefs.h>
#include <sys/ansi.h>
#include <sys/featuretest.h>
Home |
Main Index |
Thread Index |
Old Index