diff options
| author | kleink <kleink@NetBSD.org> | 2000-06-26 06:38:02 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2000-06-26 06:38:02 +0000 |
| commit | 89dea2102ae4e25c0f7a69a6989cf1a8529c3a77 (patch) | |
| tree | b928419975e30dc85432d5b40588a286f17e3332 /include | |
| parent | b8a4d7adf9bfd46eec1e6ab3de48ff710e71514a (diff) | |
Do previous slightly different: /usr/share/misc/style no longer deems it ok
to rely on <sys/types.h> pulling in <sys/cdefs.h>; noticed by Simon Burge.
Diffstat (limited to 'include')
| -rw-r--r-- | include/kvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/kvm.h b/include/kvm.h index 3275b234e89..a9ca6a9907f 100644 --- a/include/kvm.h +++ b/include/kvm.h @@ -1,4 +1,4 @@ -/* $NetBSD: kvm.h,v 1.9 2000/06/26 06:12:43 kleink Exp $ */ +/* $NetBSD: kvm.h,v 1.10 2000/06/26 06:38:02 kleink Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -50,6 +50,7 @@ #define KVM_NO_FILES 0x80000000 #include <nlist.h> +#include <sys/cdefs.h> #include <sys/types.h> #include <stdio.h> |
