ref: 438b7d56fa108258336f56820db1fe8258b39820
parent: 24038898618648f614470f66ab8b648b04dfa5b2
author: rodri <rgl@antares-labs.eu>
date: Thu Jun 19 18:48:48 EDT 2025
put the headers back into the manual
--- a/obj.2.man
+++ b/obj.2.man
@@ -12,6 +12,10 @@
.SH SYNOPSIS
.ta 0.7i +0.7i +0.7i +0.7i +0.7i +0.7i +0.7i
.EX
+#include <u.h>
+#include <libc.h>
+#include <obj.h>
+
/* vertex types */
enum {
OBJVGeometric,
--
⑨