summaryrefslogtreecommitdiff
path: root/dev-util/difffilter/files/difffilter-0.3.3-fno-common.patch
blob: 8e4c57738b765b14abca44c82097b887b78a0db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/block.h
+++ b/src/block.h
@@ -38,7 +38,7 @@
  *   The string literal ``\ No newline at end of file'' including the
  *   newline at the end.
  */
-const char *DIFFFILTER_DIFF_NO_NL_AT_EOF;
+extern const char *DIFFFILTER_DIFF_NO_NL_AT_EOF;
 
 struct diff_block;
 typedef struct diff_block *diff_block_t;