summaryrefslogtreecommitdiff
path: root/debian/patches/0100-messages_h.patch
blob: 612288caea467c302317f715046cb6d4e57c558c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"