summaryrefslogtreecommitdiff
path: root/debian/patches/0100-messages_h.patch
diff options
context:
space:
mode:
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"