File: 0003-Use-standard-include-path-of-gsl-headers.patch

package info (click to toggle)
axe-demultiplexer 0.3.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: ansic: 4,480; python: 352; makefile: 174; sh: 47
file content (19 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Kevin Murray <spam@kdmurray.id.au>
Date: Wed, 11 Nov 2015 14:16:02 +1100
Subject: Use standard include path of gsl headers

---
 src/axe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/axe.c
+++ b/src/axe.c
@@ -23,7 +23,7 @@
  */
 
 #include "axe.h"
-#include "gsl_combination.h"
+#include <gsl/gsl_combination.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>