$OpenBSD: patch-bbmpeg_resize_c,v 1.1.1.1 2004/06/18 18:56:46 sturm Exp $
--- bbmpeg/resize.c.orig	Fri Apr 23 23:27:43 2004
+++ bbmpeg/resize.c	Fri Apr 23 23:28:12 2004
@@ -1,5 +1,12 @@
 #include <stdio.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STRING_H
+#include <string.h> /* memcpy memset */
+#endif
+
 #define BLACK   0
 #define BLACK_C 127
 
