From 0dc84f8843b5c066e1628223b400f0c71d7c0539 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 21 Dec 2014 04:49:00 +0000 Subject: [PATCH] needs found previously by someone whose email I've lost; rediscovered by miod@ ok millert@ deraadt@ --- sys/sys/endian.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/endian.h b/sys/sys/endian.h index e4b90f1b16d..29d59558102 100644 --- a/sys/sys/endian.h +++ b/sys/sys/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.24 2014/07/20 21:41:54 guenther Exp $ */ +/* $OpenBSD: endian.h,v 1.25 2014/12/21 04:49:00 guenther Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -37,6 +37,7 @@ #ifndef _SYS_ENDIAN_H_ #define _SYS_ENDIAN_H_ +#include #include /* Public names */ -- 2.20.1