commit 473cc012c1f0f14c96756403e6f6813ed9baea8c parent 8bda92cce22ff1fda6774c102db113763b0df4a6 Author: rsc <devnull@localhost> Date: Thu, 20 Apr 2006 23:06:55 +0000 oops Diffstat:
M | src/cmd/tpic/picy.y | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/tpic/picy.y b/src/cmd/tpic/picy.y @@ -1,7 +1,7 @@ %{ #include <stdio.h> -#include "pic.h" #include <math.h> +#include "pic.h" YYSTYPE y; int yylex(void); %}