mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix build on STABLE.
Spotted by: kris
This commit is contained in:
parent
27997cf92d
commit
59b19942da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95934
14
sysutils/cpu/files/patch-src_include_util_bitvector.h
Normal file
14
sysutils/cpu/files/patch-src_include_util_bitvector.h
Normal file
@ -0,0 +1,14 @@
|
||||
--- src/include/util/bitvector.h.orig Tue Dec 16 17:41:38 2003
|
||||
+++ src/include/util/bitvector.h Tue Dec 16 17:45:12 2003
|
||||
@@ -5,7 +5,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
+#else
|
||||
+#include <inttypes.h>
|
||||
+#endif
|
||||
|
||||
#ifndef true
|
||||
#define true 1
|
Loading…
Reference in New Issue
Block a user