File: fix-include-path.patch

package info (click to toggle)
lua-curses 1%3A9.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,328 kB
  • sloc: sh: 11,898; ansic: 2,704; makefile: 52
file content (16 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Give the full path in include
Author: Sophie Brun <sophie@freexian.com>
Last-Update: 2017-01-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ext/curses/window.c
+++ b/ext/curses/window.c
@@ -40,7 +40,7 @@
 
 #include "_helpers.c"
 
-#include "curses/chstr.c"
+#include "ext/curses/chstr.c"
 
 
 static const char *WINDOWMETA = "curses:window";