summaryrefslogtreecommitdiff
path: root/src/libyywrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libyywrap.c')
-rw-r--r--src/libyywrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libyywrap.c b/src/libyywrap.c
index 8561a43..b0427c4 100644
--- a/src/libyywrap.c
+++ b/src/libyywrap.c
@@ -21,6 +21,8 @@
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
/* PURPOSE. */
+int yywrap (void);
+
int yywrap (void)
{
return 1;