Module Name: src
Committed By: dholland
Date: Fri Jan 22 23:31:30 UTC 2016
Modified Files:
src/sys/sys: dirent.h
Log Message:
Uses __GNUC_PREREQ__, needs sys/cdefs.h.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/dirent.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/dirent.h
diff -u src/sys/sys/dirent.h:1.29 src/sys/sys/dirent.h:1.30
--- src/sys/sys/dirent.h:1.29 Thu Feb 26 02:05:54 2015
+++ src/sys/sys/dirent.h Fri Jan 22 23:31:30 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: dirent.h,v 1.29 2015/02/26 02:05:54 dholland Exp $ */
+/* $NetBSD: dirent.h,v 1.30 2016/01/22 23:31:30 dholland Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -34,6 +34,7 @@
#ifndef _SYS_DIRENT_H_
#define _SYS_DIRENT_H_
+#include <sys/cdefs.h>
#include <sys/featuretest.h>
/*