1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build on STABLE.

Spotted by:	kris
This commit is contained in:
Hye-Shik Chang 2003-12-16 08:51:14 +00:00
parent 27997cf92d
commit 59b19942da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95934

View 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