$OpenBSD: patch-aclib_cputest_c,v 1.1.1.1 2004/06/18 18:56:46 sturm Exp $
--- aclib/cputest.c.orig	Fri Apr 23 23:27:21 2004
+++ aclib/cputest.c	Fri Apr 23 23:27:50 2004
@@ -3,6 +3,12 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
 #include "ac.h"
 
 //exported
