summaryrefslogtreecommitdiff
path: root/debian/patches/0100-messages_h.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-10 23:05:17 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-10 23:05:17 +0200
commitc120c7bcbcf115ecc2a6668f4c7f45b3d4a5bc86 (patch)
tree5550610553d1b1d7236d052b6e956b22e0bb4883 /debian/patches/0100-messages_h.patch
parent67d0ce65dc6a1d240e271a7cd479b60aa1dc2967 (diff)
parent26d299964db18cb71c2c6a5be4864479ba82d54f (diff)
Merge branch 'release/debian/5.1.1-1'debian/5.1.1-1
Diffstat (limited to 'debian/patches/0100-messages_h.patch')
-rw-r--r--debian/patches/0100-messages_h.patch19
1 files changed, 19 insertions, 0 deletions
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 <debian@jff.email>
+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 <ctype.h>
+ #include <math.h>
+ #include <string.h>
+-#include <messages.h>
++#include "messages.h"
+
+ #include "ccurve.h"
+ #include "compound.h"