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/5a00441b141e
branches:  trunk
changeset: 331589:5a00441b141e
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 987c11a8b53f -r 5a00441b141e 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