artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395002a
)
<sys/endian.h> needs <sys/cdefs.h>
author
guenther
<guenther@openbsd.org>
Sun, 21 Dec 2014 04:49:00 +0000
(
04:49
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 21 Dec 2014 04:49:00 +0000
(
04:49
+0000)
found previously by someone whose email I've lost; rediscovered by miod@
ok millert@ deraadt@
sys/sys/endian.h
patch
|
blob
|
history
diff --git
a/sys/sys/endian.h
b/sys/sys/endian.h
index
e4b90f1
..
29d5955
100644
(file)
--- a/
sys/sys/endian.h
+++ b/
sys/sys/endian.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: endian.h,v 1.2
4 2014/07/20 21:41:54
guenther Exp $ */
+/* $OpenBSD: endian.h,v 1.2
5 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 <sys/cdefs.h>
#include <sys/_endian.h>
/* Public names */