0.4.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Tokenizer?expand=0&rev=1
This commit is contained in:
10
perl-Text-Tokenizer-fix_missing_includes.patch
Normal file
10
perl-Text-Tokenizer-fix_missing_includes.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- lex.tokenizer_yy.c.orig 2011-12-04 00:26:18.936001023 +0100
|
||||
+++ lex.tokenizer_yy.c 2011-12-04 00:26:34.083001026 +0100
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
/* end standard C headers. */
|
||||
|
Reference in New Issue
Block a user