diff options
| author | François Andriot <albator78@libertysurf.fr> | 2024-02-08 09:09:17 +0100 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-08 23:06:20 +0900 |
| commit | 9d52e5c05d291d7f206910932eeaee81b14900a2 (patch) | |
| tree | 1d18dac91524413980d5854b2883db376d545aad /sipgen/lexer.l | |
| parent | 5cfeb8ecb0dfda3c2eae239a3b4d19189ce244ab (diff) | |
| download | sip4-tqt-9d52e5c0.tar.gz sip4-tqt-9d52e5c0.zip | |
Fix yyerror ftbfs under Fedora 40
Signed-off-by: François Andriot <albator78@libertysurf.fr>
(cherry picked from commit 29c31825fb3e7507c2dd8f8622f671e4d7542036)
Diffstat (limited to 'sipgen/lexer.l')
| -rw-r--r-- | sipgen/lexer.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sipgen/lexer.l b/sipgen/lexer.l index c6c3f63..b27902b 100644 --- a/sipgen/lexer.l +++ b/sipgen/lexer.l @@ -21,6 +21,7 @@ #include <stdlib.h> #include <string.h> #include <errno.h> +#include <unistd.h> #include "sip.h" #include "parser.h" |
