Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include #include <sys/types.h> in case this is ...
details: https://anonhg.NetBSD.org/src/rev/8238757c6fc3
branches: trunk
changeset: 519635:8238757c6fc3
user: matt <matt%NetBSD.org@localhost>
date: Sun Dec 23 02:21:03 2001 +0000
description:
#include <sys/types.h> in case this is included before that was.
diffstat:
sys/arch/vax/include/byte_swap.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8efb6ebbb4d9 -r 8238757c6fc3 sys/arch/vax/include/byte_swap.h
--- a/sys/arch/vax/include/byte_swap.h Sun Dec 23 02:14:03 2001 +0000
+++ b/sys/arch/vax/include/byte_swap.h Sun Dec 23 02:21:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: byte_swap.h,v 1.3 2001/11/29 22:32:45 thorpej Exp $ */
+/* $NetBSD: byte_swap.h,v 1.4 2001/12/23 02:21:03 matt Exp $ */
/*
* Copyright (c) 1987, 1991 Regents of the University of California.
@@ -38,6 +38,8 @@
#ifndef _VAX_BYTE_SWAP_H_
#define _VAX_BYTE_SWAP_H_
+#include <sys/types.h>
+
static __inline uint32_t __attribute__((__unused__))
__byte_swap_long_variable(uint32_t x)
{
Home |
Main Index |
Thread Index |
Old Index