From db35a8d8948dd872aab7dfa18a9c0c0268bbab0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Jul 2018 22:51:06 +0200 Subject: New debian/patches/0100-messages_h.patch --- debian/patches/0100-messages_h.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/patches/0100-messages_h.patch (limited to 'debian/patches/0100-messages_h.patch') diff --git a/debian/patches/0100-messages_h.patch b/debian/patches/0100-messages_h.patch new file mode 100644 index 0000000..612288c --- /dev/null +++ b/debian/patches/0100-messages_h.patch @@ -0,0 +1,19 @@ +Description: correct include tag +Author: Jörg Frings-Fürst +Forwarded: yes, via email +Last-Update: 2018-07-10 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/app/bin/ctodesgn.c +=================================================================== +--- trunk.orig/app/bin/ctodesgn.c ++++ trunk/app/bin/ctodesgn.c +@@ -29,7 +29,7 @@ + #include + #include + #include +-#include ++#include "messages.h" + + #include "ccurve.h" + #include "compound.h" -- cgit v1.2.3