$OpenBSD: patch-src_openbsd_c,v 1.6 2009/05/10 19:07:47 sthen Exp $
--- src/openbsd.c.orig	Mon Mar 30 05:55:51 2009
+++ src/openbsd.c	Sun May 10 12:23:14 2009
@@ -56,6 +56,10 @@
 #include <net80211/ieee80211_ioctl.h>
 
 #include "conky.h"
+#include "diskio.h"
+#include "logging.h"
+#include "openbsd.h"
+#include "top.h"
 
 #define	MAXSHOWDEVS		16
 
@@ -656,6 +660,10 @@ cleanup:
 #endif
 
 void clear_diskio_stats()
+{
+}
+
+struct diskio_stat *prepare_diskio_stat(const char *s)
 {
 }
 
