summaryrefslogtreecommitdiff
path: root/src/uptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uptime.h')
-rw-r--r--src/uptime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uptime.h b/src/uptime.h
index 12ee668..74e0afe 100644
--- a/src/uptime.h
+++ b/src/uptime.h
@@ -1,7 +1,9 @@
#ifndef UPTIME_H
#define UPTIME_H
+#ifndef __NetBSD__
void display_days();
+#endif
void display_time();
#endif