summaryrefslogtreecommitdiff
path: root/devel/nbpatch/files/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nbpatch/files/common.h')
-rw-r--r--devel/nbpatch/files/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nbpatch/files/common.h b/devel/nbpatch/files/common.h
index e8a5abe5e4f..3937feaba2b 100644
--- a/devel/nbpatch/files/common.h
+++ b/devel/nbpatch/files/common.h
@@ -1,7 +1,7 @@
/*
* $OpenBSD: common.h,v 1.26 2006/03/11 19:41:30 otto Exp $
* $DragonFly: src/usr.bin/patch/common.h,v 1.5 2008/08/10 23:50:12 joerg Exp $
- * $NetBSD: common.h,v 1.2 2008/10/08 21:35:56 joerg Exp $
+ * $NetBSD: common.h,v 1.3 2009/06/05 20:00:26 joerg Exp $
*/
/*
@@ -32,7 +32,7 @@
#include <sys/types.h>
-#include <stdbool.h>
+#include <nbcompat/stdbool.h>
#if HAVE_STDINT_H
#include <stdint.h>
#endif