URI:
       toops - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 473cc012c1f0f14c96756403e6f6813ed9baea8c
   DIR parent 8bda92cce22ff1fda6774c102db113763b0df4a6
  HTML 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(-)
       ---
   DIR diff --git a/src/cmd/tpic/picy.y b/src/cmd/tpic/picy.y
       t@@ -1,7 +1,7 @@
        %{
        #include <stdio.h>
       -#include "pic.h"
        #include <math.h>
       +#include "pic.h"
        YYSTYPE        y;
        int yylex(void);
        %}