Module Name: src
Committed By: matt
Date: Fri Aug 15 11:58:14 UTC 2014
Modified Files:
src/sys/sys: stdarg.h
Log Message:
#include <sys/cdefs.h>
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/stdarg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/stdarg.h
diff -u src/sys/sys/stdarg.h:1.3 src/sys/sys/stdarg.h:1.4
--- src/sys/sys/stdarg.h:1.3 Thu Jul 19 22:46:41 2012
+++ src/sys/sys/stdarg.h Fri Aug 15 11:58:13 2014
@@ -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>