summaryrefslogtreecommitdiff
path: root/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfo.h')
-rw-r--r--sysinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysinfo.h b/sysinfo.h
index adbdec4..30d9f64 100644
--- a/sysinfo.h
+++ b/sysinfo.h
@@ -1,8 +1,11 @@
#ifndef __MICROBBS_SYSINFO_H
#define __MICROBBS_SYSINFO_H
+#include "buildinfo.h"
+
#include "libterm/term.h"
+
int bbs_sysinfo( term_screen* );
#endif