add regdesc back.
diff --git a/include/mach.h b/include/mach.h
index 0f1a5ae..62fcf73 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -524,6 +524,7 @@
 int		locfmt(Fmt*);
 int		loccmp(Loc*, Loc*);
 int		locsimplify(Map *map, Regs *regs, Loc loc, Loc *newloc);
+Regdesc*	regdesc(char*);
 
 struct ps_prochandle
 {