From 3860a202779f36d00ae9c74931e1098f192ce29b Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 1 May 2017 21:00:15 +0000 Subject: [PATCH] find proto for missing identifiers --- games/dungeon-crawl/patches/patch-source_effects_cc | 12 ++++++++++++ games/dungeon-crawl/patches/patch-source_it_use3_cc | 12 ++++++++++++ games/dungeon-crawl/patches/patch-source_randart_cc | 12 ++++++++++++ games/dungeon-crawl/patches/patch-source_tags_cc | 12 ++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 games/dungeon-crawl/patches/patch-source_effects_cc create mode 100644 games/dungeon-crawl/patches/patch-source_it_use3_cc create mode 100644 games/dungeon-crawl/patches/patch-source_randart_cc create mode 100644 games/dungeon-crawl/patches/patch-source_tags_cc diff --git a/games/dungeon-crawl/patches/patch-source_effects_cc b/games/dungeon-crawl/patches/patch-source_effects_cc new file mode 100644 index 00000000000..1f93b709e5e --- /dev/null +++ b/games/dungeon-crawl/patches/patch-source_effects_cc @@ -0,0 +1,12 @@ +$OpenBSD: patch-source_effects_cc,v 1.1 2017/05/01 21:00:15 espie Exp $ +Index: source/effects.cc +--- source/effects.cc.orig ++++ source/effects.cc +@@ -13,6 +13,7 @@ + + #include + #include ++#include + + #include "externs.h" + diff --git a/games/dungeon-crawl/patches/patch-source_it_use3_cc b/games/dungeon-crawl/patches/patch-source_it_use3_cc new file mode 100644 index 00000000000..ba9b42716e1 --- /dev/null +++ b/games/dungeon-crawl/patches/patch-source_it_use3_cc @@ -0,0 +1,12 @@ +$OpenBSD: patch-source_it_use3_cc,v 1.1 2017/05/01 21:00:15 espie Exp $ +Index: source/it_use3.cc +--- source/it_use3.cc.orig ++++ source/it_use3.cc +@@ -15,6 +15,7 @@ + #include "it_use3.h" + + #include ++#include + + #include "externs.h" + diff --git a/games/dungeon-crawl/patches/patch-source_randart_cc b/games/dungeon-crawl/patches/patch-source_randart_cc new file mode 100644 index 00000000000..aba8c4850f5 --- /dev/null +++ b/games/dungeon-crawl/patches/patch-source_randart_cc @@ -0,0 +1,12 @@ +$OpenBSD: patch-source_randart_cc,v 1.1 2017/05/01 21:00:15 espie Exp $ +Index: source/randart.cc +--- source/randart.cc.orig ++++ source/randart.cc +@@ -17,6 +17,7 @@ + + #include + #include ++#include + + #include "externs.h" + #include "itemname.h" diff --git a/games/dungeon-crawl/patches/patch-source_tags_cc b/games/dungeon-crawl/patches/patch-source_tags_cc new file mode 100644 index 00000000000..dd07e4ee50d --- /dev/null +++ b/games/dungeon-crawl/patches/patch-source_tags_cc @@ -0,0 +1,12 @@ +$OpenBSD: patch-source_tags_cc,v 1.1 2017/05/01 21:00:15 espie Exp $ +Index: source/tags.cc +--- source/tags.cc.orig ++++ source/tags.cc +@@ -55,6 +55,7 @@ + + #include + #include // for memcpy ++#include + + #ifdef LINUX + #include