summaryrefslogtreecommitdiff
path: root/cpy.y
diff options
context:
space:
mode:
authorragge <ragge>2004-10-03 13:23:48 +0000
committerragge <ragge>2004-10-03 13:23:48 +0000
commit83a5dcbb4e778b55b52dc737885bb201e9dde71d (patch)
tree97b2bf776f6e769d820085cc7f4018aa301fba25 /cpy.y
parentf08ee2b05e8fb4552899598d4dfa8dc74b5186b5 (diff)
Add warning flags. More warn fixes.
Diffstat (limited to 'cpy.y')
-rw-r--r--cpy.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpy.y b/cpy.y
index c1d71fe..ba31ed5 100644
--- a/cpy.y
+++ b/cpy.y
@@ -62,8 +62,10 @@
*/
%{
+#include <stdlib.h>
#include <string.h>
int yylex2(void);
+void yyerror(char *);
#define yylex yylex2
%}